Table of Contents

Interface ISetValueAttribute

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

Defines an attribute that indicates a property should be set to a constant value when an event occurs.

public interface ISetValueAttribute : IEventBoundAttribute
Inherited Members

Properties

Value

Gets the constant value to set.

object Value { get; }

Property Value

object