BooleanAttributeValueConverter Methods |
The BooleanAttributeValueConverter type exposes the following members.
Name | Description | |
---|---|---|
Convert |
Assigns the value from the specified CMS object field to the specified SalesForce entity attribute.
(Overrides AttributeValueConverterBaseConvert(Entity, BaseInfo).) | |
ConvertToBaseInfo |
Assigns the value from the entityAttribute to the corresponding baseInfo
column.
(Overrides AttributeValueConverterBaseConvertToBaseInfo(EntityAttribute, BaseInfo).) | |
GetCompatibilityWarnings |
Creates a list of compatibility problems that might occur during the value conversion, and returns it.
(Inherited from AttributeValueConverterBase.) | |
GetUnsupportedFieldTypeMessage |
Gets the custom exception message when the form field type is not copmatible with this converter.
(Inherited from AttributeValueConverterBase.) | |
LogUnsupportedSalesForceTypeError |
Logs an error when the SalesForce attributeValueType is not compatible with this converter.
(Inherited from AttributeValueConverterBase.) |