| MappingItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic sealed class MappingItem
The MappingItem type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MappingItem(EntityAttributeModel, String, String, MappingItemSourceTypeEnum) | 
            Initializes a new instance of the MappingItem class.
             | 
|  | MappingItem(String, String, String, String, MappingItemSourceTypeEnum) | 
            Initializes a new instance of the MappingItem class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AttributeLabel | 
            Gets the label of the SalesForce entity attribute.
             | 
|  | AttributeName | 
            Gets the name of the SalesForce entity attribute.
             | 
|  | SourceLabel | 
            Gets the label of the mapping item source.
             | 
|  | SourceName | 
            Gets the name of the mapping item source.
             | 
|  | SourceType | 
            Gets the type of the mapping item source.
             | 
 See Also
See Also