Class ValueExpression
- Namespace
- Cratis.Chronicle.Projections.Expressions
- Assembly
- Cratis.Chronicle.dll
Represents a IEventValueExpression for setting a constant value.
public class ValueExpression : IEventValueExpression
- Inheritance
-
ValueExpression
- Implements
- Inherited Members
Remarks
Initializes a new instance of the ValueExpression class.
Constructors
ValueExpression(string)
Represents a IEventValueExpression for setting a constant value.
public ValueExpression(string value)
Parameters
value
stringThe value to set.
Remarks
Initializes a new instance of the ValueExpression class.
Fields
Null
Represents a null value.
public static readonly ValueExpression Null
Field Value
Methods
Build()
Builds the expression.
public PropertyExpression Build()
Returns
- PropertyExpression
The expression built.