Class EventStreamTypeAttribute
Attribute to specify the EventStreamType for an event stream.
[AttributeUsage(AttributeTargets.Class)]
public sealed class EventStreamTypeAttribute : Attribute
- Inheritance
-
EventStreamTypeAttribute
- Inherited Members
Constructors
EventStreamTypeAttribute(string)
Attribute to specify the EventStreamType for an event stream.
public EventStreamTypeAttribute(string eventStreamType)
Parameters
eventStreamType
stringThe EventStreamType for the event stream.
Properties
EventStreamType
Gets the EventStreamType.
public EventStreamType EventStreamType { get; }