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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
SchemaValueExpression ( ValuePredicateType clauseType, object value )

Initializes a new instance of the FieldValueExpression class.

Method Details

SchemaValueExpression() public méthode

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