Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.CreateActionRule Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Overridable Protected Function CreateActionRule( _
   ByVal action As Action, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal targetState As State, _
   ByVal isVisible As Boolean, _
   ByVal isEnabled As Boolean _
) As ActionRule
[C#]
protected virtual ActionRule CreateActionRule(
   Action action,
   Role role,
   State state,
   State targetState,
   bool isVisible,
   bool isEnabled
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace