ContactMapper Constructor |
Initializes a new instance of the ContactMapper class.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public ContactMapper(
AttributeValueConverterFactory attributeValueConverterFactory,
Mapping mapping,
EntityModel entityModel,
FormInfo formInfo,
string descriptionMacro,
string defaultCompanyName
)
Parameters
- attributeValueConverterFactory
- Type: CMS.SalesForceAttributeValueConverterFactory
A factory that creates instances of entity attribute value converters. - mapping
- Type: CMS.SalesForceMapping
The mapping of contacts to SalesForce leads. - entityModel
- Type: CMS.SalesForceEntityModel
The lead entity model. - formInfo
- Type: CMS.FormEngineFormInfo
The contact form info. - descriptionMacro
- Type: SystemString
The macro that provides the description of the transformed contact. - defaultCompanyName
- Type: SystemString
The company name to use when there is no account associated with the transformed contact.
See Also