salesforce.salesforcemodelsynchronizer
Home > @runlightyear/salesforce > SalesforceModelSynchronizer
SalesforceModelSynchronizer class
Signature:declare abstract class SalesforceModelSynchronizer extends ModelSynchronizer<any>
Extends:
ModelSynchronizer<any>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(props) | Constructs a new instance of the SalesforceModelSynchronizer class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
salesforce | Salesforce |
Methods
Method | Modifiers | Description |
---|---|---|
create(object) | ||
delete(id) | ||
get(id) | ||
getFromObjectData() | ||
getFromObjectMeta() | ||
getNoun() | ||
getPluralNoun() | ||
getToObjectData() | ||
getToObjectMeta() | ||
list(props) | ||
update(object) |