DOFPermissionisTerminal Method OpenDOF Object Access Library
Returns whether or not this permission is a terminal permission.

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

C#
public abstract bool isTerminal()

Return Value

Type: Boolean
Whether or not this permission is a terminal permission.
Remarks

Returns whether or not this permission is a terminal permission. Terminal permissions cannot mask other permissions. A terminal permission will only allow the same permission.
See Also

Reference