Table of Contents

Class EventStreamTypeAttribute

Namespace
Cratis.Chronicle.Events
Assembly
Cratis.Chronicle.dll

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 string

The EventStreamType for the event stream.

Properties

EventStreamType

Gets the EventStreamType.

public EventStreamType EventStreamType { get; }

Property Value

EventStreamType