Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method (Action, Role, State)

[This is preliminary documentation and subject to change.]

Returns an ActionRule object associated with the given Action, Role and State.

[Visual Basic]
Overloads Public Function Lookup( _
   ByVal action As Action, _
   ByVal role As Role, _
   ByVal state As State _
) As ActionRule
[C#]
public ActionRule Lookup(
   Action action,
   Role role,
   State state
);

Parameters

action
role
state

Return Value

See Also

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