Click or drag to resize
IEntityAttributeMapperFactory Interface
Provides support for creating entity attribute mappers from entity attributes.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public interface IEntityAttributeMapperFactory

The IEntityAttributeMapperFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateEntityAttributeMapper
Creates an entity attribute mapper that corresponds to the specified entity attribute.
Top
See Also