The Define class defines the permission required to act as a define for a specific interface or for all if
the
org.opendof.core.oal.DOFInterfaceID.WILDCARD
interface is specified. Negotiating this permission can also act as
a signal as to the type of node that is connected.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFPermission
org.opendof.core.oal.securityDOFPermissionDefine
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Define : DOFPermission
The DOFPermissionDefine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFPermissionDefine(DOFInterfaceID) | Construct a new Define permission for the specified interface ID. |
![]() | DOFPermissionDefine(DOFMarshalContext, Object, DOFPacket) | Create an instance from serial form. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from DOFPermission.) |
![]() | getBytes | (Overrides DOFPermissiongetBytes.) |
![]() | getComplement | (Overrides DOFPermissiongetComplement.) |
![]() | GetHashCode | (Inherited from DOFPermission.) |
![]() | getInterfaceID | Get the interface that the permission applies to. |
![]() | 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).) |
![]() | normalize | (Overrides DOFPermissionnormalize.) |
![]() | ToString | (Overrides ObjectToString.) |
See Also