Table of Contents

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

query TQueryType

Query to adorn.

queryContext QueryContext

Context of the query.

Returns

QueryRendererResult

The adorned query.