Class DuplicateEntry
A duplicate entry
Carrier object for DuplicateEntry.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class DuplicateEntry : Carrier
Constructors
DuplicateEntry()
Default constructor
Declaration
public DuplicateEntry()
Properties
EntryIdentifier
String identifier for entry. Typically used to identify an entry in an external system.
Declaration
public virtual string EntryIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
EntryName
Name of duplicate entry
Declaration
public virtual string EntryName { get; set; }
Property Value
Type | Description |
---|---|
String |
RuleDisplayName
Short name of rule to display to user
Declaration
public virtual string RuleDisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
RuleName
Identifying name for rule
Declaration
public virtual string RuleName { get; set; }
Property Value
Type | Description |
---|---|
String |
SoPrimaryKey
Identity of an entry in the SuperOffice database. Should be 0 for matches from external systems.
Declaration
public virtual int SoPrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |