Add a list of attributes to the list of current required object identifier attributes 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 addRequiredAttributes( IList<DOFObjectIDAttribute> attributes )
Parameters
- attributes
- Type: System.Collections.GenericIListDOFObjectIDAttribute
The object identifier attribute list being added. Must not be null.
Return Value
Type: DOFPermissionBindingBuilderThe builder.
Remarks
See Also