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

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

Parameters

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