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

Public Methods

Method Description
FieldValueExpression ( ) : System.Linq.Expressions
FieldValueExpression ( ValuePredicateType clauseType, object value ) : System.Linq.Expressions

Initializes a new instance of the FieldValueExpression class.

Reduce ( ) : Expression

Method Details

FieldValueExpression() public method

public FieldValueExpression ( ) : System.Linq.Expressions
return System.Linq.Expressions

FieldValueExpression() public method

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.
return System.Linq.Expressions

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression