C# Class 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.
Inheritance: AbstractValueExpression
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
SchemaValueExpression ( ValuePredicateType clauseType, object value )

Initializes a new instance of the FieldValueExpression class.

Method Details

SchemaValueExpression() public method

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