C# 클래스 Rebel.Framework.Linq.CriteriaGeneration.Expressions.FieldValueExpression

An expression which represents a value for consideration in an operation, given the AbstractValueExpression.ClauseType and the value itself.
상속: AbstractValueExpression
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
FieldValueExpression ( ) : System.Linq.Expressions
FieldValueExpression ( ValuePredicateType clauseType, object value ) : System.Linq.Expressions

Initializes a new instance of the FieldValueExpression class.

Reduce ( ) : Expression

메소드 상세

FieldValueExpression() 공개 메소드

public FieldValueExpression ( ) : System.Linq.Expressions
리턴 System.Linq.Expressions

FieldValueExpression() 공개 메소드

Initializes a new instance of the FieldValueExpression class.
public FieldValueExpression ( ValuePredicateType clauseType, object value ) : System.Linq.Expressions
clauseType ValuePredicateType Type of the clause.
value object The value.
리턴 System.Linq.Expressions

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression