DOFPermissionBindingBuilderaddActions Method OpenDOF Object Access Library
Add one or more actions to the permission request.

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

C#
public DOFPermissionBindingBuilder addActions(
	int actions
)

Parameters

actions
Type: SystemInt32
The actions to add to the permission. Must be one (or a combination of) Binding.ACTION_SESSION , Binding.ACTION_PROVIDE , Binding.ACTION_READ , Binding.ACTION_WRITE , Binding.ACTION_EXECUTE .

Return Value

Type: DOFPermissionBindingBuilder
The builder.
Remarks

Add one or more actions to the permission request. Either a single action or the combined value of many actions may be specified. The values are combined with the "or" operator.
See Also

Reference