Click or drag to resize

BaseBusinessRulesServiceTModelAfterRetrieve Method (TModel)

Fired after retrieve

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public virtual TModel AfterRetrieve(
	TModel result
)

Parameters

result
Type: TModel

[Missing <param name="result"/> documentation for "M:SanteDB.Core.Services.BaseBusinessRulesService`1.AfterRetrieve(`0)"]

Return Value

Type: TModel

[Missing <returns> documentation for "M:SanteDB.Core.Services.BaseBusinessRulesService`1.AfterRetrieve(`0)"]

Implements

IBusinessRulesServiceTModelAfterRetrieve(TModel)
See Also