Click or drag to resize
ContactAttributeMapperFactory Class
Provides support for creating entity attribute mappers from contact attributes.
Inheritance Hierarchy
SystemObject
  CMS.DataComContactAttributeMapperFactory

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

The ContactAttributeMapperFactory type exposes the following members.

Constructors
  NameDescription
Public methodContactAttributeMapperFactory
Initializes a new instance of the ContactAttributeMapperFactory with the specified country and state finders.
Top
Methods
  NameDescription
Public methodCreateEntityAttributeMapper
Creates an entity attribute mapper that corresponds to the specified contact attribute.
Top
See Also