DOFPermissionBindingBuilder Constructor (Int32)OpenDOF Object Access Library
Create a Binding builder with one or more actions. By default, this will allow all objectIDs, all interfaceIDs, and no attributes.

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

C#
public Builder(
	int actions
)

Parameters

actions
Type: SystemInt32
The actions that the permission will now request. Must be one (or a combination of by ORing them together).
See Also

Reference