Class DuplicateRule
Describes one duplicate rule to be used to find similar entries
Carrier object for DuplicateRule.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class DuplicateRule : Carrier
Constructors
DuplicateRule()
Default constructor
Declaration
public DuplicateRule()
Properties
DisplayName
Short name of rule to display to user
Declaration
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayTooltip
Description of the rule
Declaration
public virtual string DisplayTooltip { get; set; }
Property Value
Type | Description |
---|---|
String |
IsActive
Indicating if a rule is current active, and should included in the duplicate detection
Declaration
public virtual bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Name
Identifying name for rule
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
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. |