The Unknown class represents the condition of unknown permission.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFPermission
org.opendof.core.oal.securityDOFPermissionUnknown
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class Unknown : DOFPermission
The DOFPermissionUnknown type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from DOFPermission.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getBytes | (Overrides DOFPermissiongetBytes.) | |
| getComplement | (Overrides DOFPermissiongetComplement.) | |
| GetHashCode | (Inherited from DOFPermission.) | |
| getPermissionType | (Overrides DOFPermissiongetPermissionType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isAllowedBy(DOFPermission) | (Overrides DOFPermissionisAllowedBy(DOFPermission).) | |
| isAllowedBy(DOFPermissionSet) | (Overrides DOFPermissionisAllowedBy(DOFPermissionSet).) | |
| isExplicit | Returns whether or not this permission is considered explicit. (Inherited from DOFPermission.) | |
| isIntersection | (Overrides DOFPermissionisIntersection(DOFPermission).) | |
| isTerminal | (Overrides DOFPermissionisTerminal.) | |
| marshal | (Overrides DOFPermissionmarshal(DOFMarshalContext, Object, DOFPacket).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| normalize | (Overrides DOFPermissionnormalize.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also