Interface IJoinAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that indicates a property should be populated through a join with an event.
public interface IJoinAttribute : IEventBoundAttribute, ICanMapToEventProperty
- Inherited Members
Properties
On
Gets the property name on the model to join on.
string? On { get; }