Show / Hide Table of Contents

Class NSEntityElement

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Syntax

Constructors

NSEntityElement()

Initializes a new instance of the NSEntityElement class.

Declaration
NSEntityElement

Methods

GetDescription()

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
String GetDescription()
Returns
Type Description
String

GetStrippedValue()

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
String GetStrippedValue()
Returns
Type Description
String

GetValue()

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
String GetValue()
Returns
Type Description
String

SetDescription(String)

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
Void SetDescription(String description)
Parameters
Type Name Description
String description
Returns
Type Description
Void

SetStrippedValue(String)

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
Void SetStrippedValue(String value)
Parameters
Type Name Description
String value
Returns
Type Description
Void

SetValue(String)

Generic carrier object for entity elements such as Phone, EntityElement, Url. These elements do not have id and rank. These values are changed on each save, and should not be depended on. When used in a list or array the rank is the ascending list order. Carrier object for EntityElement.

Declaration
Void SetValue(String value)
Parameters
Type Name Description
String value
Returns
Type Description
Void
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top