Return the permissions for a given domain.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFPermissionSet getPermissions( DOFObjectIDDomain domain )
Parameters
- domain
- Type: org.opendof.core.oalDOFObjectIDDomain
The domain to get permissions for.
Return Value
Type: DOFPermissionSetThe permissions for the given domain.
Remarks
See Also