Class NSDuplicateRule
Carrier object for DuplicateRule.
Syntax
Constructors
NSDuplicateRule()
Initializes a new instance of the NSDuplicateRule class.
Declaration
NSDuplicateRule
Methods
GetDisplayName()
Carrier object for DuplicateRule.
Declaration
String GetDisplayName()
Returns
| Type | Description |
|---|---|
| String | Short name of rule to display to user. |
GetDisplayTooltip()
Carrier object for DuplicateRule.
Declaration
String GetDisplayTooltip()
Returns
| Type | Description |
|---|---|
| String | Description of the rule. |
GetIsActive()
Carrier object for DuplicateRule.
Declaration
Bool GetIsActive()
Returns
| Type | Description |
|---|---|
| Bool | Indicating if a rule is current active, and should included in the duplicate detection. |
GetName()
Carrier object for DuplicateRule.
Declaration
String GetName()
Returns
| Type | Description |
|---|---|
| String | Identifying name for rule. |
SetDisplayName(String)
Carrier object for DuplicateRule.
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)
Carrier object for DuplicateRule.
Declaration
Void SetDisplayTooltip(String tooltip)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tooltip | Description of the rule. |
Returns
| Type | Description |
|---|---|
| Void |
SetIsActive(Bool)
Carrier object for DuplicateRule.
Declaration
Void SetIsActive(Bool isActive)
Parameters
| Type | Name | Description |
|---|---|---|
| Bool | isActive | Indicating if a rule is current active, and should included in the duplicate detection. |
Returns
| Type | Description |
|---|---|
| Void |
SetName(String)
Carrier object for DuplicateRule.
Declaration
Void SetName(String name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Identifying name for rule. |
Returns
| Type | Description |
|---|---|
| Void |