Constable Authorization Engine 2.0 BETA

DesignHelper.CreateActionRuleInstance Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Public Shared Function CreateActionRuleInstance( _
   ByVal type As Type, _
   ByVal action As Action, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal targetState As State _
) As ActionRule
[C#]
public static ActionRule CreateActionRuleInstance(
   Type type,
   Action action,
   Role role,
   State state,
   State targetState
);

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace