| BooleanAttributeValueConverter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic sealed class BooleanAttributeValueConverter : AttributeValueConverterBase
The BooleanAttributeValueConverter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | BooleanAttributeValueConverter | 
            Initializes a new instance of the Boolean value converter using the specified attribute model and field info.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | mAttributeModel | 
            The entity attribute model to convert value to.
            (Inherited from AttributeValueConverterBase.) | 
|  | mFieldInfo | 
            The form field info to convert value from.
            (Inherited from AttributeValueConverterBase.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Convert | 
            Assigns the value from the specified CMS object field to the specified SalesForce entity attribute.
            (Overrides AttributeValueConverterBaseConvert(Entity, 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.) | 
 See Also
See Also