AttributeValueConverterBase Class |
Namespace: CMS.SalesForce
public abstract class AttributeValueConverterBase
The AttributeValueConverterBase type exposes the following members.
Name | Description | |
---|---|---|
AttributeValueConverterBase |
Initializes a new instance of the entity attribute value converter using the specified attribute model and field info.
|
Name | Description | |
---|---|---|
mAttributeModel |
The entity attribute model to convert value to.
| |
mFieldInfo |
The form field info to convert value from.
|
Name | Description | |
---|---|---|
Convert |
Assigns the value from the specified CMS object field to the specified SalesForce entity attribute.
| |
ConvertToBaseInfo |
Assigns the value from the entityAttribute to the corresponding baseInfo
column.
| |
GetCompatibilityWarnings |
Creates a list of compatibility problems that might occur during the value conversion, and returns it.
| |
GetUnsupportedFieldTypeMessage |
Gets the custom exception message when the form field type is not copmatible with this converter.
| |
LogUnsupportedSalesForceTypeError |
Logs an error when the SalesForce attributeValueType is not compatible with this converter.
|