Click or drag to resize

IBusinessRulesServiceTModelAfterQuery(IQueryResultSetTModel) Method

Called after a query has been executed

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

Parameters

results  IQueryResultSetTModel
The results of the query

Return Value

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