Class MemberSelectionRuleInspector
Class containing the logic to inspect member selection rules.
Inheritance
System.Object
MemberSelectionRuleInspector
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Extend
Assembly:Extend.dll
Syntax
public class MemberSelectionRuleInspector : IMemberSelectionRuleInspector
Methods
| Improve this Doc View SourceInspect(IEnumerable<IMemberSelectionRule>, IMemberInformation)
Inspects the given rules for the given member.
Declaration
public 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. |
Implements
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | rules can not be null. |
System.ArgumentNullException | memberInformation can not be null. |