Click or drag to resize
AttributeValueConverterBaseConvertToBaseInfo Method
Assigns the value from the entityAttribute to the corresponding baseInfo column.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public virtual void ConvertToBaseInfo(
	EntityAttribute entityAttribute,
	BaseInfo baseInfo
)

Parameters

entityAttribute
Type: CMS.SalesForceEntityAttribute
The SalesForce entity's attribute to retrieve the value from.
baseInfo
Type: CMS.DataEngineBaseInfo
The CMS object to update.
See Also