Click or drag to resize
IntegerAttributeValueConverter.ConvertToBaseInfo 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 override void ConvertToBaseInfo(
	EntityAttribute entityAttribute,
	BaseInfo baseInfo
)

Parameters

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