DOFPermissionisExplicit Method OpenDOF Object Access Library
Returns whether or not this permission is considered explicit.

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

C#
public virtual bool isExplicit()

Return Value

Type: Boolean
Whether or not this permission is an explicit permission.
Remarks

Returns whether or not this permission is considered explicit. An explicit permission must be fully-understood, meaning it cannot be understood by examining other permissions and checking isAllowedBy(DOFPermission) unless ALL permissions are known.
See Also

Reference