C# 클래스 Pomona.Common.Linq.Queries.QueryableVisitor

상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Visit ( Expression node ) : Expression

보호된 메소드들

메소드 설명
VisitExtension ( Expression node ) : Expression
VisitOfType ( OfTypeExpression node ) : Expression
VisitQuerySource ( QuerySourceExpression node ) : Expression
VisitSelect ( SelectExpression node ) : Expression
VisitSelectMany ( SelectManyExpression node ) : Expression
VisitWhere ( WhereExpression node ) : Expression

메소드 상세

Visit() 공개 메소드

public Visit ( Expression node ) : Expression
node System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

VisitExtension() 보호된 메소드

protected VisitExtension ( Expression node ) : Expression
node System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

VisitOfType() 보호된 메소드

protected VisitOfType ( OfTypeExpression node ) : Expression
node OfTypeExpression
리턴 System.Linq.Expressions.Expression

VisitQuerySource() 보호된 메소드

protected VisitQuerySource ( QuerySourceExpression node ) : Expression
node QuerySourceExpression
리턴 System.Linq.Expressions.Expression

VisitSelect() 보호된 메소드

protected VisitSelect ( SelectExpression node ) : Expression
node SelectExpression
리턴 System.Linq.Expressions.Expression

VisitSelectMany() 보호된 메소드

protected VisitSelectMany ( SelectManyExpression node ) : Expression
node SelectManyExpression
리턴 System.Linq.Expressions.Expression

VisitWhere() 보호된 메소드

protected VisitWhere ( WhereExpression node ) : Expression
node WhereExpression
리턴 System.Linq.Expressions.Expression