Interface IMemberSelectionRuleInspector
Interface representing a rule inspector.
Namespace:Extend
Assembly:Extend.dll
Syntax
public interface IMemberSelectionRuleInspector
Methods
| Improve this Doc View SourceInspect(IEnumerable<IMemberSelectionRule>, IMemberInformation)
Inspects the given rules for the given member.
Declaration
MemberSelectionResult Inspect(IEnumerable<IMemberSelectionRule> rules, IMemberInformation memberInformation)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><IMemberSelectionRule> | rules | A collection of rules. |
IMemberInformation | memberInformation | The member information to check. |
Returns
Type | Description |
---|---|
MemberSelectionResult | Returns the inspection result. |