Table of Contents

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 string

The 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

ValueExpression

Methods

Build()

Builds the expression.

public PropertyExpression Build()

Returns

PropertyExpression

The expression built.