DOFPermissionisIntersection Method OpenDOF Object Access Library
Returns whether or not this permission has an intersection with 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 isIntersection(
	DOFPermission permission
)

Parameters

permission
Type: org.opendof.core.oal.securityDOFPermission
The permission to determine an intersection.

Return Value

Type: Boolean
True if the permission has an intersection with the specified permission. False otherwise.
Remarks

Returns whether or not this permission has an intersection with the specified permission. An intersection occurs when two permissions have one or more sub-permissions (see normalize() ) where either is allowed by the other.
See Also

Reference