Click or drag to resize
Mapper Class
Provides transformation of CMS objects to SalesForce entities using the specified mapping.
Inheritance Hierarchy

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

The Mapper type exposes the following members.

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