Add a list of interface identifiers 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 addInterfaceIDs( IList<DOFInterfaceID> iids )
Parameters
- iids
- Type: System.Collections.GenericIListDOFInterfaceID
The interface identifier list being added. Must not be null.
Return Value
Type: DOFPermissionBindingBuilderThe builder.
Remarks
See Also