Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method (String, String, String)

[This is preliminary documentation and subject to change.]

Returns an ActionRule object associated with the given Action, Role and State identified by their IDs.

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

Parameters

actionId
roleId
stateId

Return Value

See Also

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