EntityTextAttributeMapper Constructor |
Initializes a new instance of the EntityTextAttributeMapper class.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public EntityTextAttributeMapper(
EntityAttributeInfo attributeInfo
)
Parameters
- attributeInfo
- Type: CMS.DataComEntityAttributeInfo
The entity attribute info that is the source of this mapping.
See Also