Click or drag to resize

IBusinessRulesServiceTModelAfterUpdate Method (TModel)

Called after update has been committed

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel AfterUpdate(
	TModel data
)

Parameters

data
Type: TModel
The data which was updated (the current version after update completed)

Return Value

Type: TModel
The data which is to be passed to the caller
See Also