Click or drag to resize
DoubleAttributeValueConverter Methods

The DoubleAttributeValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Assigns the value from the specified CMS object field to the specified SalesForce entity attribute.
(Overrides AttributeValueConverterBaseConvert(Entity, BaseInfo).)
Public methodConvertToBaseInfo
Assigns the value from the entityAttribute to the corresponding baseInfo column.
(Overrides AttributeValueConverterBaseConvertToBaseInfo(EntityAttribute, BaseInfo).)
Public methodGetCompatibilityWarnings
Creates a list of compatibility problems that might occur during the value conversion, and returns it.
(Overrides AttributeValueConverterBaseGetCompatibilityWarnings.)
Protected methodGetUnsupportedFieldTypeMessage
Gets the custom exception message when the form field type is not copmatible with this converter.
(Inherited from AttributeValueConverterBase.)
Protected methodLogUnsupportedSalesForceTypeError
Logs an error when the SalesForce attributeValueType is not compatible with this converter.
(Inherited from AttributeValueConverterBase.)
Top
See Also