Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Lookup Method

[This is preliminary documentation and subject to change.]

Returns all ActionRule objects for the given Action.

Overload List

Returns all ActionRule objects for the given Action.

public virtual ActionRuleCollection Lookup(Action);

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

public ActionRule Lookup(Action,Role,State);

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

protected virtual ActionRuleCollection Lookup(Action,Role,State,VisibleOption,EnabledOption);

Returns all ActionRule objects for the given Id.

public ActionRuleCollection Lookup(string);

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

public virtual ActionRule Lookup(string,string,string);

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace