Class EventContentPropertyExpression
- Namespace
- Cratis.Chronicle.Projections.Expressions
- Assembly
- Cratis.Chronicle.dll
Represents a IEventValueExpression that builds an event content property accessor expression.
public class EventContentPropertyExpression : IEventValueExpression
- Inheritance
-
EventContentPropertyExpression
- Implements
- Inherited Members
Remarks
Initializes a new instance of the EventContextPropertyExpression class.
Constructors
EventContentPropertyExpression(PropertyPath)
Represents a IEventValueExpression that builds an event content property accessor expression.
public EventContentPropertyExpression(PropertyPath propertyPath)
Parameters
propertyPath
PropertyPathCratis.Chronicle.Properties.PropertyPath for the property.
Remarks
Initializes a new instance of the EventContextPropertyExpression class.
Methods
Build()
Builds the expression.
public PropertyExpression Build()
Returns
- PropertyExpression
The expression built.