C# 클래스 CqlSharp.Linq.Expressions.TermExpression

Represents a CQL terms (value)
상속: System.Linq.Expressions.Expression
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
TermExpression ( TermExpression>.IDictionary terms ) : System
TermExpression ( IList terms ) : System
TermExpression ( ISet terms ) : System
TermExpression ( MethodInfo function, IEnumerable arguments ) : System
TermExpression ( Object value ) : System
TermExpression ( Type parameterType, int order ) : System

보호된 메소드들

메소드 설명
Accept ( ExpressionVisitor visitor ) : Expression
VisitChildren ( ExpressionVisitor visitor ) : Expression

비공개 메소드들

메소드 설명
TermExpression ( TermExpression original, IEnumerable terms, TermExpression>.IDictionary dictTerms ) : System

메소드 상세

Accept() 보호된 메소드

protected Accept ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
리턴 System.Linq.Expressions.Expression

TermExpression() 공개 메소드

public TermExpression ( TermExpression>.IDictionary terms ) : System
terms TermExpression>.IDictionary
리턴 System

TermExpression() 공개 메소드

public TermExpression ( IList terms ) : System
terms IList
리턴 System

TermExpression() 공개 메소드

public TermExpression ( ISet terms ) : System
terms ISet
리턴 System

TermExpression() 공개 메소드

public TermExpression ( MethodInfo function, IEnumerable arguments ) : System
function System.Reflection.MethodInfo
arguments IEnumerable
리턴 System

TermExpression() 공개 메소드

public TermExpression ( Object value ) : System
value Object
리턴 System

TermExpression() 공개 메소드

public TermExpression ( Type parameterType, int order ) : System
parameterType System.Type
order int
리턴 System

VisitChildren() 보호된 메소드

protected VisitChildren ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
리턴 System.Linq.Expressions.Expression