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
Показать файл Открыть проект

Открытые методы

Метод Описание
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.