Table of Contents

Class PropertyExpression

Namespace
Cratis.Chronicle.Projections
Assembly
Cratis.Chronicle.dll

Represents the definition of a key.

public record PropertyExpression : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<PropertyExpression>
Inheritance
PropertyExpression
Implements
Inherited Members

Constructors

PropertyExpression(string)

Represents the definition of a key.

public PropertyExpression(string Expression)

Parameters

Expression string

The key expression.

Properties

Expression

The key expression.

public string Expression { get; init; }

Property Value

string

Operators

implicit operator PropertyExpression(string)

Implicitly convert from string to PropertyExpression.

public static implicit operator PropertyExpression(string expression)

Parameters

expression string

Expression string.

Returns

PropertyExpression