Click or drag to resize
IEntityAttributeMapperFactoryCreateEntityAttributeMapper Method
Creates an entity attribute mapper that corresponds to the specified entity attribute.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
EntityAttributeMapperBase CreateEntityAttributeMapper(
	string entityAttributeName,
	EntityInfo entityInfo
)

Parameters

entityAttributeName
Type: SystemString
The name of the entity attribute.
entityInfo
Type: CMS.DataComEntityInfo
The entity info.

Return Value

Type: EntityAttributeMapperBase
An entity attribute mapper that corresponds to the specified entity attribute, if applicable; otherwise, null.
See Also