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

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

공개 메소드들

메소드 설명
SchemaValueExpression ( ValuePredicateType clauseType, object value )

Initializes a new instance of the FieldValueExpression class.

메소드 상세

SchemaValueExpression() 공개 메소드

Initializes a new instance of the FieldValueExpression class.
public SchemaValueExpression ( ValuePredicateType clauseType, object value )
clauseType ValuePredicateType Type of the clause.
value object The value.