Class NSDuplicateEntry
Carrier object for DuplicateEntry.
Constructors
NSDuplicateEntry()
Initializes a new instance of the NSDuplicateEntry class.
Declaration
NSDuplicateEntry Methods
GetEntryIdentifier()
Declaration
String GetEntryIdentifier() Returns
| Type | Description |
| String | String identifier for entry. Typically used to identify an entry in an external system. |
GetEntryName()
Declaration
String GetEntryName() Returns
| Type | Description |
| String | Name of duplicate entry. |
GetRuleDisplayName()
Declaration
String GetRuleDisplayName() Returns
| Type | Description |
| String | Short name of rule to display to user. |
GetRuleName()
Declaration
String GetRuleName() Returns
| Type | Description |
| String | Identifying name for rule. |
GetSoPrimaryKey()
Declaration
String GetSoPrimaryKey() Returns
| Type | Description |
| String | Identity of an entry in the SuperOffice database. Should be 0 for matches from external systems. |
SetEntryIdentifier(String)
Declaration
Void SetEntryIdentifier(String id) Parameters
| Type | Name | Description |
| String | id | String identifier for entry. Typically used to identify an entry in an external system. |
Returns
| Type | Description |
| Void |
SetEntryName(String)
Declaration
Void SetEntryName(String name) Parameters
| Type | Name | Description |
| String | name | Name of duplicate entry. |
Returns
| Type | Description |
| Void |
SetRuleDisplayName(String)
Declaration
Void SetRuleDisplayName(String displayName) Parameters
| Type | Name | Description |
| String | displayName | Short name of rule to display to user. |
Returns
| Type | Description |
| Void |