| Updater Class |
Namespace: CMS.SalesForce
public abstract class Updater
The Updater type exposes the following members.
| Name | Description | |
|---|---|---|
| mAttributeValueConverterFactory |
A factory that creates instances of entity attribute value converters.
| |
| mBaseInfo |
The CMS object to update.
| |
| mEntity |
A SalesForce entity.
| |
| mFormInfo |
A form info of CMS object.
| |
| mMapping |
A mapping of CMS objects to SalesForce entities.
|
| Name | Description | |
|---|---|---|
| Update |
Updates the CMS object using the provided SalesForce entity and mapping.
| |
| UpdateMetaField |
Updates a meta property of CMS object from a SalesForce entity field.
|