Click or drag to resize
MappingItem Class
Represents an item of the mapping of CMS objects to SalesForce entities.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceMappingItem

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

The MappingItem type exposes the following members.

Constructors
  NameDescription
Public methodMappingItem(EntityAttributeModel, String, String, MappingItemSourceTypeEnum)
Initializes a new instance of the MappingItem class.
Public methodMappingItem(String, String, String, String, MappingItemSourceTypeEnum)
Initializes a new instance of the MappingItem class.
Top
Properties
  NameDescription
Public propertyAttributeLabel
Gets the label of the SalesForce entity attribute.
Public propertyAttributeName
Gets the name of the SalesForce entity attribute.
Public propertySourceLabel
Gets the label of the mapping item source.
Public propertySourceName
Gets the name of the mapping item source.
Public propertySourceType
Gets the type of the mapping item source.
Top
See Also