Click or drag to resize
ContactMapper Class
Provides transformation of contacts to SalesForce leads using the specified mapping.
Inheritance Hierarchy

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class ContactMapper : Mapper

The ContactMapper type exposes the following members.

Constructors
  NameDescription
Public methodContactMapper
Initializes a new instance of the ContactMapper class.
Top
Fields
  NameDescription
Protected fieldmAttributeValueConverterFactory
A factory that creates instances of entity attribute value converters.
(Inherited from Mapper.)
Protected fieldmEntityModel
A model of SalesForce entity.
(Inherited from Mapper.)
Protected fieldmFormInfo
A form info of CMS object.
(Inherited from Mapper.)
Protected fieldmMapping
A mapping of CMS objects to SalesForce entities.
(Inherited from Mapper.)
Top
Methods
  NameDescription
Public methodMap
Creates a new instance of the SalesForce entity from the specified CMS object, and returns it.
(Inherited from Mapper.)
Protected methodMapMetaField
Maps meta property of CMS object to SalesForce entity field.
(Overrides MapperMapMetaField(MappingItem, BaseInfo, Entity).)
Top
See Also