DOFPermissionisAllowedBy Method (DOFPermission)OpenDOF Object Access Library
Returns whether or not this Permission is a subset of the permissions allowed by the specified Permission.

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

C#
public abstract bool isAllowedBy(
	DOFPermission permission
)

Parameters

permission
Type: org.opendof.core.oal.securityDOFPermission
The Permission to compare permissions against.

Return Value

Type: Boolean
True if the Permission is a subset of the specified Permission. False otherwise.
Remarks

Returns whether or not this Permission is a subset of the permissions allowed by the specified Permission.
See Also

Reference