Interface IQueryRendererFor<TQueryType>
- Namespace
- Cratis.Applications.Queries
- Assembly
- Cratis.Applications.dll
Defines a paging adorner for a query.
public interface IQueryRendererFor<TQueryType>Type Parameters
- TQueryType
- Type of query. 
- Extension Methods
Methods
Execute(TQueryType, QueryContext)
Adorn the query with paging.
QueryRendererResult Execute(TQueryType query, QueryContext queryContext)Parameters
- queryTQueryType
- Query to adorn. 
- queryContextQueryContext
- Context of the query. 
Returns
- QueryRendererResult
- The adorned query.