Interface IMemberSelectionRule
Interface representing a member selection rule.
Namespace:Extend
Assembly:Extend.dll
Syntax
public interface IMemberSelectionRule
Properties
| Improve this Doc View SourceRuleDescription
Gets the description of the rule.
Declaration
string RuleDescription { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The description of the rule. |
RuleName
Gets the name of the rule.
Declaration
string RuleName { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The name of the rule. |
Methods
| Improve this Doc View SourceGetSelectionResult(IMemberInformation)
Gets the selection result for the given member.
Declaration
MemberSelectionResult GetSelectionResult(IMemberInformation member)
Parameters
| Type | Name | Description |
|---|---|---|
| IMemberInformation | member | The member to get the selection result for. |
Returns
| Type | Description |
|---|---|
| MemberSelectionResult | Returns the selection result for the given member. |