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

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
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 methodMapMacroText
Maps the resolved macro text of the mapping to the SalesForce entity field.
Protected methodMapMetaField
Maps meta property of CMS object to SalesForce entity field.
Top
See Also