Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method (Action)

[This is preliminary documentation and subject to change.]

Returns all ActionRule objects for the given Action.

[Visual Basic]
Overridable Overloads Public Function Lookup( _
   ByVal action As Action _
) As ActionRuleCollection
[C#]
public virtual ActionRuleCollection Lookup(
   Action action
);

Parameters

action

Return Value

See Also

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