| ResourceHandlerBaseTFhirResource, TModelUpdate Method (TModel, TransactionMode) |
Updates the specified model.
Namespace:
SanteDB.Messaging.FHIR.Handlers
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax protected abstract TModel Update(
TModel model,
TransactionMode mode
)
Protected MustOverride Function Update (
model As TModel,
mode As TransactionMode
) As TModel
protected:
virtual TModel Update(
TModel model,
TransactionMode mode
) abstract
abstract Update :
model : 'TModel *
mode : TransactionMode -> 'TModel
Parameters
- model
- Type: TModel
The model. - mode
- Type: SanteDB.Core.ServicesTransactionMode
The mode.
Return Value
Type:
TModelReturns the updated model.
See Also