Table of Contents

Class WellKnownExpressions

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Known expressions for projections.

public static class WellKnownExpressions
Inheritance
WellKnownExpressions
Inherited Members

Fields

Add

The add expression.

public const string Add = "$add"

Field Value

string

CausedBy

The caused by expression.

public const string CausedBy = "$causedBy"

Field Value

string

Composite

The composite key expression.

public const string Composite = "$composite"

Field Value

string

Count

The count expression.

public const string Count = "$count"

Field Value

string

Decrement

The decrement expression.

public const string Decrement = "$decrement"

Field Value

string

EventContext

The event context expression.

public const string EventContext = "$eventContext"

Field Value

string

EventSourceId

The event source identifier expression.

public const string EventSourceId = "$eventSourceId"

Field Value

string

Id

The identifier expression.

public const string Id = "$id"

Field Value

string

Increment

The increment expression.

public const string Increment = "$increment"

Field Value

string

Subtract

The subtract expression.

public const string Subtract = "$subtract"

Field Value

string

This

The this accessor expression.

public const string This = "$this"

Field Value

string

Value

The value expression.

public const string Value = "$value"

Field Value

string