Click or drag to resize
EntityTextAttributeMapper Constructor
Initializes a new instance of the EntityTextAttributeMapper class.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public EntityTextAttributeMapper(
	EntityAttributeInfo attributeInfo
)

Parameters

attributeInfo
Type: CMS.DataComEntityAttributeInfo
The entity attribute info that is the source of this mapping.
See Also