Class EventSequenceAttribute
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
stringString representation of a EventSequenceId.
Remarks
Initializes a new instance of the EventSequenceAttribute class.
Properties
Sequence
Gets the EventSequenceId to use.
public EventSequenceId Sequence { get; }