Interface ISetFromContextAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that indicates that a property value should be set from an event context property.
public interface ISetFromContextAttribute : IEventBoundAttribute
- Inherited Members
Properties
ContextPropertyName
Gets the name of the property on the event context.
string? ContextPropertyName { get; }