| IBusinessRulesServiceTModelAfterRetrieve Method (TModel) |
Called after retrieve of an object
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax TModel AfterRetrieve(
TModel result
)
Function AfterRetrieve (
result As TModel
) As TModel
TModel AfterRetrieve(
TModel result
)
abstract AfterRetrieve :
result : 'TModel -> 'TModel
Parameters
- result
- Type: TModel
The result that was retrieved by the repository
Return Value
Type:
TModelThe result which is to be passed to the caller
See Also