Constable Authorization Engine 2.0 BETA

ActionRuleCollection.AddNew Method (String, String, String, String)

[This is preliminary documentation and subject to change.]

Creates and adds a new ActionRule object to the collection for the given actionId, roleId stateId and targetStateId to the containing AuthorizationPolicy instance.

[Visual Basic]
Overridable Overloads Public Function AddNew( _
   ByVal actionId As String, _
   ByVal roleId As String, _
   ByVal stateId As String, _
   ByVal targetStateId As String _
) As ActionRule
[C#]
public virtual ActionRule AddNew(
   string actionId,
   string roleId,
   string stateId,
   string targetStateId
);

Parameters

actionId
roleId
stateId
targetStateId

Return Value

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace | ActionRuleCollection.AddNew Overload List