DOFSystemgetProviderInterfaces Method OpenDOF Object Access Library
Used by a Requestor (typically) to get all the interfaces currently provided by the specified object in this System.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public ICollection<DOFInterfaceID> getProviderInterfaces(
	DOFObjectID objectID
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object identifier. This must not be null.

Return Value

Type: ICollectionDOFInterfaceID
A collection of interface identifiers currently provided by the object. May be an empty list.
Remarks

Used by a Requestor (typically) to get all the interfaces currently provided by the specified object in this System.
See Also

Reference