| IBusinessRulesServiceAfterRetrieve Method |
Called after retrieve
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax Object AfterRetrieve(
Object result
)
Function AfterRetrieve (
result As Object
) As Object
Object^ AfterRetrieve(
Object^ result
)
abstract AfterRetrieve :
result : Object -> Object
Parameters
- result
- Type: SystemObject
[Missing <param name="result"/> documentation for "M:SanteDB.Core.Services.IBusinessRulesService.AfterRetrieve(System.Object)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Core.Services.IBusinessRulesService.AfterRetrieve(System.Object)"]
See Also