DOFPermissionFactoryisSupportedType Method OpenDOF Object Access Library
Validate that this factory knows how to create the given permission type.

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

C#
bool isSupportedType(
	short permissionType
)

Parameters

permissionType
Type: SystemInt16
The permission type.

Return Value

Type: Boolean
True if this factory knows how to create the permission, false otherwise.
Remarks

Validate that this factory knows how to create the given permission type.
See Also

Reference