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

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

Parameters

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

Return Value

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

Implements

IEntityAttributeMapperFactoryCreateEntityAttributeMapper(String, EntityInfo)
See Also