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