Constable Authorization Engine 2.0 BETA

ActionCollection.Item Property

[This is preliminary documentation and subject to change.]

Retrieves the action based on the action's index in the collection.

Overload List

Retrieves the action based on the action's index in the collection.

public virtual Action this[int] {get;}

Retrieves the action based on the action Id.

public virtual Action this[string] {get;}

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace