Table of Contents

Class EventSequenceAttribute

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Attribute to specify which event sequence to use.

[AttributeUsage(AttributeTargets.Class)]
public sealed class EventSequenceAttribute : Attribute
Inheritance
EventSequenceAttribute
Inherited Members

Remarks

Initializes a new instance of the EventSequenceAttribute class.

Constructors

EventSequenceAttribute(string)

Attribute to specify which event sequence to use.

public EventSequenceAttribute(string sequence)

Parameters

sequence string

String representation of a EventSequenceId.

Remarks

Initializes a new instance of the EventSequenceAttribute class.

Properties

Sequence

Gets the EventSequenceId to use.

public EventSequenceId Sequence { get; }

Property Value

EventSequenceId