Skip to main content

salesforce.salesforcemodelsynchronizer

Home > @runlightyear/salesforce > SalesforceModelSynchronizer

SalesforceModelSynchronizer class

Signature:
declare abstract class SalesforceModelSynchronizer extends ModelSynchronizer<any> 

Extends:

ModelSynchronizer<any>

Constructors

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the SalesforceModelSynchronizer class

Properties

PropertyModifiersTypeDescription
salesforceSalesforce

Methods

MethodModifiersDescription
create(object)
delete(id)
get(id)
getFromObjectData()
getFromObjectMeta()
getNoun()
getPluralNoun()
getToObjectData()
getToObjectMeta()
list(props)
update(object)