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
stringThe key expression.
Properties
Expression
The key expression.
public string Expression { get; init; }
Property Value
Operators
implicit operator PropertyExpression(string)
Implicitly convert from string to PropertyExpression.
public static implicit operator PropertyExpression(string expression)
Parameters
expression
stringExpression string.