OpenDOF Project

The Action flags for a Binding Permission.

These constants can be ORed together to express the actions for a binding permission.

Enumerator:
DOFPERMISSIONBINDINGACTION_EXECUTE 

Permission to Invoke a Method.

DOFPERMISSIONBINDINGACTION_WRITE 

Permission to Set a Property.

DOFPERMISSIONBINDINGACTION_READ 

Permission to Get or Subscribe to a Property, or Register for an Event.

DOFPERMISSIONBINDINGACTION_PROVIDE 

Permission to Provide an Interface.

DOFPERMISSIONBINDINGACTION_SESSION 

Permission to Open a Session.

DOFPERMISSIONBINDINGACTION_ALL 

All permissions.

Equivalent to ( INVOKE | WRITE | READ | PROVIDE | SESSION).

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22