C# 클래스 Pomona.PomonaHttpQueryTransformer

파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
PomonaHttpQueryTransformer ( ITypeResolver typeMapper, QueryExpressionParser parser ) : System
TransformRequest ( PomonaContext context, StructuredType rootType, int defaultTop = null ) : PomonaQuery

비공개 메소드들

메소드 설명
ParseFilterExpression ( PomonaQuery query, string filter ) : void
ParseGroupByExpression ( PomonaQuery query, string groupby ) : void
ParseOrderBy ( PomonaQuery query, string s ) : void
ParseOrderByPart ( string orderByPart ) : Tuple<>
ParseSelect ( PomonaQuery query, string select, Type thisType ) : void
UpdateResultType ( PomonaQuery query ) : void

메소드 상세

PomonaHttpQueryTransformer() 공개 메소드

public PomonaHttpQueryTransformer ( ITypeResolver typeMapper, QueryExpressionParser parser ) : System
typeMapper ITypeResolver
parser QueryExpressionParser
리턴 System

TransformRequest() 공개 메소드

public TransformRequest ( PomonaContext context, StructuredType rootType, int defaultTop = null ) : PomonaQuery
context PomonaContext
rootType StructuredType
defaultTop int
리턴 PomonaQuery