Table of Contents

Class EventStreamType

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

Represents the type of an event stream.

public record EventStreamType : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<EventStreamType>
Inheritance
EventStreamType
Implements
Inherited Members

Constructors

EventStreamType(string)

Represents the type of an event stream.

public EventStreamType(string Value)

Parameters

Value string

Actual Value.

Fields

All

Gets the representation of an unspecified EventStreamType.

public static readonly EventStreamType All

Field Value

EventStreamType

Properties

IsAll

Check whether or not the EventStreamType is the all type.

public bool IsAll { get; }

Property Value

bool

Operators

implicit operator EventStreamType(string)

Implicitly convert from string to EventStreamType.

public static implicit operator EventStreamType(string value)

Parameters

value string

string to convert from.

Returns

EventStreamType

A converted EventStreamType.