C# 클래스 Pomona.PomonaQuery

A default implementation of PomonaQuery, only simple querying.
파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
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