Click or drag to resize

IBusinessRulesServiceTModelAfterQuery Method (IQueryResultSetTModel)

Called after a query has been executed

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IQueryResultSet<TModel> AfterQuery(
	IQueryResultSet<TModel> results
)

Parameters

results
Type: SanteDB.Core.Model.QueryIQueryResultSetTModel
The results of the query

Return Value

Type: IQueryResultSetTModel
The modified query results
Remarks
This method is useful if your business rule wishes to perform special (non-persisted) tagging, modification or masking of objects based on custom business logic
See Also