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