C# Класс Pomona.PomonaQuery

A default implementation of PomonaQuery, only simple querying.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyAndExecute ( IQueryable queryable, bool skipAndTakeAfterExecute = false ) : Pomona.PomonaResponse
ApplyExpressions ( IQueryable queryable ) : IQueryable
DebugEnabled ( string debugKey ) : bool
PomonaQuery ( StructuredType sourceType, StructuredType ofType = null ) : System

Приватные методы

Метод Описание
ApplyOrderByExpression ( IQueryable queryable ) : IQueryable
GetPageLink ( string url, int skip, int take, int count, int totalcount, int offset ) : string

Описание методов

ApplyAndExecute() публичный Метод

public ApplyAndExecute ( IQueryable queryable, bool skipAndTakeAfterExecute = false ) : Pomona.PomonaResponse
queryable IQueryable
skipAndTakeAfterExecute bool
Результат Pomona.PomonaResponse

ApplyExpressions() публичный Метод

public ApplyExpressions ( IQueryable queryable ) : IQueryable
queryable IQueryable
Результат IQueryable

DebugEnabled() публичный Метод

public DebugEnabled ( string debugKey ) : bool
debugKey string
Результат bool

PomonaQuery() публичный Метод

public PomonaQuery ( StructuredType sourceType, StructuredType ofType = null ) : System
sourceType StructuredType
ofType StructuredType
Результат System