Click or drag to resize
Mapper Constructor
Initializes a new instance of the ContactMapper class.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public Mapper(
	AttributeValueConverterFactory attributeValueConverterFactory,
	Mapping mapping,
	EntityModel entityModel,
	FormInfo formInfo
)

Parameters

attributeValueConverterFactory
Type: CMS.SalesForceAttributeValueConverterFactory
A factory that creates instances of entity attribute value converters.
mapping
Type: CMS.SalesForceMapping
A mapping of CMS objects to SalesForce entities.
entityModel
Type: CMS.SalesForceEntityModel
A model of SalesForce entity.
formInfo
Type: CMS.FormEngineFormInfo
A form info of CMS object.
See Also