Show / Hide Table of Contents

Class NSDuplicateRule

Carrier object for DuplicateRule.

Syntax

Constructors

NSDuplicateRule()

Initializes a new instance of the NSDuplicateRule class.

Introduced or updated in version: 7

Declaration
NSDuplicateRule

Methods

GetDisplayName()

Introduced or updated in version: 7

Declaration
String GetDisplayName()
Returns
Type Description
String

Short name of rule to display to user.

GetDisplayTooltip()

Introduced or updated in version: 7

Declaration
String GetDisplayTooltip()
Returns
Type Description
String

Description of the rule.

GetIsActive()

Introduced or updated in version: 7

Declaration
Bool GetIsActive()
Returns
Type Description
Bool

Indicating if a rule is current active, and should included in the duplicate detection.

GetName()

Introduced or updated in version: 7

Declaration
String GetName()
Returns
Type Description
String

Identifying name for rule.

SetDisplayName(String)

Introduced or updated in version: 7

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)

Introduced or updated in version: 7

Declaration
Void SetDisplayTooltip(String tooltip)
Parameters
Type Name Description
String tooltip

Description of the rule.

Returns
Type Description
Void

SetIsActive(Bool)

Introduced or updated in version: 7

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)

Introduced or updated in version: 7

Declaration
Void SetName(String name)
Parameters
Type Name Description
String name

Identifying name for rule.

Returns
Type Description
Void
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top