Constable Authorization Engine 2.0 BETA

RuleBasePropertyEditor.FilterNamedObjects Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overridable Protected Function FilterNamedObjects( _
   ByVal rule As RuleBase, _
   ByVal namedObjects As NamedObjectCollectionBase _
) As ICollection
[C#]
protected virtual ICollection FilterNamedObjects(
   RuleBase rule,
   NamedObjectCollectionBase namedObjects
);

See Also

RuleBasePropertyEditor Class | LaMarvin.Constable.Design.Editors Namespace