Interface IDataModelUpdate
Defines the update interface for Domain Model objects that need update.
public interface IDataModelUpdate
Methods
Update()
Updates a Domain Model object into the remote data source
void Update()
UpdateAsync()
Updates a Domain Model object into the remote data source
Task UpdateAsync()
Returns
UpdateBatch()
Collects the request to update a Domain Model object into the remote data source
void UpdateBatch()
UpdateBatch(Batch)
Collects the request to update a Domain Model object into the remote data source using a batch
void UpdateBatch(Batch batch)
Parameters
batchBatchBatch add this request to
UpdateBatchAsync()
Collects the request to update a Domain Model object into the remote data source
Task UpdateBatchAsync()
Returns
UpdateBatchAsync(Batch)
Collects the request to update a Domain Model object into the remote data source using a batch
Task UpdateBatchAsync(Batch batch)
Parameters
batchBatchBatch add this request to