Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method (Action, Role, State, VisibleOption, EnabledOption)

[This is preliminary documentation and subject to change.]

Returns all ActionRule objects associated with the given Action, Role, State and the required values of the IsVisible and IsEnabled flags.

[Visual Basic]
Overridable Overloads Protected Function Lookup( _
   ByVal action As Action, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal visible As VisibleOption, _
   ByVal enabled As EnabledOption _
) As ActionRuleCollection
[C#]
protected virtual ActionRuleCollection Lookup(
   Action action,
   Role role,
   State state,
   VisibleOption visible,
   EnabledOption enabled
);

Parameters

action
role
state
visible
enabled

Return Value

See Also

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