DoubleAttributeValueConverterConvertToBaseInfo Method |
Assigns the value from the entityAttribute to the corresponding baseInfo
column.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax public override 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