Click or drag to resize

IBusinessRulesServiceTModelBeforeUpdate Method (TModel)

Called before an update occurs

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

Parameters

data
Type: TModel
The data which was to be updated

Return Value

Type: TModel
The actual data which should be committed
See Also