Constable Authorization Engine 2.0 BETA

RuleCollectionBase.LookupInternal Method (NamedObjectBase, Role, State)

[This is preliminary documentation and subject to change.]

Finds all rule objects satisfying the specified criteria.

[Visual Basic]
Overloads Protected Function LookupInternal( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal role As Role, _
   ByVal state As State _
) As RuleCollectionBase
[C#]
protected RuleCollectionBase LookupInternal(
   NamedObjectBase protectedObject,
   Role role,
   State state
);

Parameters

protectedObject
The protected object.
role
The role that the returned rules should be associated with.
state
The state that the returned rules should be associated with.

Return Value

A collection of rule objects satisfying the search criteria.

Remarks

Please see the LookupInternal overload for more information.

See Also

RuleCollectionBase Class | LaMarvin.Constable.Model Namespace | RuleCollectionBase.LookupInternal Overload List