Constable Authorization Engine 2.0 BETA

ActionRule Constructor (Action, Role, State, State, Boolean, Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ActionRule class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal action As Action, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal targetState As State, _
   ByVal isVisible As Boolean, _
   ByVal isEnabled As Boolean _
)
[C#]
public ActionRule(
   Action action,
   Role role,
   State state,
   State targetState,
   bool isVisible,
   bool isEnabled
);

Parameters

action
The action reference.
role
The role associated with the given action and state.
state
The state with which the action is associated.
targetState
The state of the Policy as a result of executing the action.
isVisible
isEnabled
true if the action can be executed; false otherwise.

See Also

ActionRule Class | LaMarvin.Constable.Model Namespace | ActionRule Constructor Overload List