DOFPermissionSet ClassOpenDOF Object Access Library
DOFPermissionSet represents a set of permissions.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oal.securityDOFPermissionSet

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

C#
[SerializableAttribute]
public sealed class DOFPermissionSet : DOFImmutable, 
	IEnumerable<DOFPermission>

The DOFPermissionSet type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodgetBytes
Get the serialized bytes of the permission set.
Public methodgetComplement
Return the complement for this permission set.
Public methodGetEnumerator
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodgetPermissions
Get a copy of the permission list for this permission set.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisAllowedBy
Returns whether or not this permission set is a subset of the permissions allowed by the specified permission set.
Public methodmarshal
Public methodsize
Get the size of the permission set.
Public methodToString (Overrides ObjectToString.)
Top
Remarks

DOFPermissionSet represents a set of permissions. It can be created and built using Builder. Once built, it is immutable.
See Also

Reference