| AttributeValueConverterFactory Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic sealed class AttributeValueConverterFactory
The AttributeValueConverterFactory type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AttributeValueConverterFactory | 
            Initializes a new instance of the factory with default entries.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateAttributeValueConverter | 
            Creates a new instance of the SalesForce entity attribute value converter using the specified attribute model and field info, and returns it.
             | 
|  | Register(EntityAttributeValueType, String, FuncEntityAttributeModel, FormFieldInfo, AttributeValueConverterBase) | 
            Registers a new factory entry.
             | 
|  | Register(EntityAttributeValueType, String, FuncEntityAttributeModel, FormFieldInfo, AttributeValueConverterBase) | 
            Registers a new factory entry.
             | 
 See Also
See Also