Table of Contents

Interface ICanMapToEventProperty

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

Defines an attribute that can map to an event property.

public interface ICanMapToEventProperty

Properties

EventPropertyName

Gets the name of the property on the event.

string? EventPropertyName { get; }

Property Value

string