DOFPermissionBindingBuilderaddInterfaceID Method OpenDOF Object Access Library
Add an interface identifier to the list of current interface identifiers for this permission.

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

C#
public DOFPermissionBindingBuilder addInterfaceID(
	DOFInterfaceID interfaceID
)

Parameters

interfaceID
Type: org.opendof.core.oalDOFInterfaceID
The interface identifier being added. Must not be null or wildcard.

Return Value

Type: DOFPermissionBindingBuilder
The builder.
Remarks

Add an interface identifier to the list of current interface identifiers for this permission. The permission will be extended to request actions on the new interface on all objects included in the permission. Also note that duplicates are collapsed (an interface identifier can only appear in the list once).
See Also

Reference