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

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

Parameters

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