This is the builder for a DOFPermissionSet.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFPermissionSetBuilder
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public sealed class Builder
The DOFPermissionSetBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | DOFPermissionSetBuilder | Create a builder with no existing entries. | 
|  | DOFPermissionSetBuilder(Byte) | Create an instance from serial form. | 
|  | DOFPermissionSetBuilder(DOFPermissionSet) | Construct a builder from an existing permission set. | 
|  | DOFPermissionSetBuilder(DOFMarshalContext, Object, DOFPacket) | Create an instance from marshaled form. | 
Methods
| Name | Description | |
|---|---|---|
|  | addPermission | Add a variable number of permissions. | 
|  | addPermissions(ICollectionDOFPermission) | Add a collection of permissions. | 
|  | addPermissions(DOFPermissionSet) | Add all permissions from another permission set. | 
|  | build | Construct a new DOFPermissionSet based on the builder's current set of permissions.
            	 | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
Remarks
See Also