| Mapper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic abstract class Mapper
The Mapper type exposes the following members.
 Constructors
Constructors Fields
Fields| Name | Description | |
|---|---|---|
|  | mAttributeValueConverterFactory | 
            A factory that creates instances of entity attribute value converters.
             | 
|  | mEntityModel | 
            A model of SalesForce entity.
             | 
|  | mFormInfo | 
            A form info of CMS object.
             | 
|  | mMapping | 
            A mapping of CMS objects to SalesForce entities.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Map | 
            Creates a new instance of the SalesForce entity from the specified CMS object, and returns it.
             | 
|  | MapMetaField | 
            Maps meta property of CMS object to SalesForce entity field.
             | 
 See Also
See Also