Interface IPropertyExpressionBuilder
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Defines a builder of a property expressions.
public interface IPropertyExpressionBuilder
Properties
TargetProperty
Gets the target property.
PropertyPath TargetProperty { get; }
Property Value
- PropertyPath
Methods
Build()
Builds the expression.
string Build()
Returns
- string
The expression built.