Click or drag to resize
AttributeValueConverterFactoryRegister Method (EntityAttributeValueType, String, FuncEntityAttributeModel, FormFieldInfo, AttributeValueConverterBase)
Registers a new factory entry.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public void Register(
	EntityAttributeValueType attributeType,
	string[] fieldTypes,
	Func<EntityAttributeModel, FormFieldInfo, AttributeValueConverterBase> activator
)

Parameters

attributeType
Type: CMS.SalesForceEntityAttributeValueType
The SalesForce entity attribute value type that the converter supports.
fieldTypes
Type: SystemString
The CMS object field value types that the converter supports.
activator
Type: SystemFuncEntityAttributeModel, FormFieldInfo, AttributeValueConverterBase
The delegate that creates a new instance of the SalesForce entity attribute value converter.
See Also