Click or drag to resize
EntityAttributeMapperBaseGetEntityAttributeDisplayValue Method
Creates a text representation of the entity attribute value, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public abstract string GetEntityAttributeDisplayValue(
	Object entity,
	IEntityAttributeFormatter formatter
)

Parameters

entity
Type: SystemObject
The Data.com entity.
formatter
Type: CMS.DataComIEntityAttributeFormatter
The object that provides formatting of attribute values.

Return Value

Type: String
A text representation of the entity attribute value, if applicable; otherwise, an empty string.
See Also