Class NSDuplicateRule
Carrier object for DuplicateRule.
Constructors
NSDuplicateRule()
Initializes a new instance of the NSDuplicateRule class.
Declaration
NSDuplicateRule Methods
GetDisplayName()
Declaration
String GetDisplayName() Returns
| Type | Description |
| String | Short name of rule to display to user. |
GetDisplayTooltip()
Declaration
String GetDisplayTooltip() Returns
| Type | Description |
| String | Description of the rule. |
GetIsActive()
Declaration
Bool GetIsActive() Returns
| Type | Description |
| Bool | Indicating if a rule is current active, and should included in the duplicate detection. |
SetDisplayName(String)
Declaration
Void SetDisplayName(String name) Parameters
| Type | Name | Description |
| String | name | short name of rule to display to user. |
Returns
| Type | Description |
| Void |
SetDisplayTooltip(String)
Declaration
Void SetDisplayTooltip(String tooltip) Parameters
| Type | Name | Description |
| String | tooltip | Description of the rule. |
Returns
| Type | Description |
| Void |