Table of Contents

Class EventStoreName

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Represents the name and identifier of an event store.

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

Constructors

EventStoreName(string)

Represents the name and identifier of an event store.

public EventStoreName(string Value)

Parameters

Value string

The inner value.

Fields

NotSet

Gets the not set EventStoreName.

public static readonly EventStoreName NotSet

Field Value

EventStoreName

Operators

implicit operator string(EventStoreName)

Implicitly convert from EventStoreName to string.

public static implicit operator string(EventStoreName eventStore)

Parameters

eventStore EventStoreName

EventStoreName to convert from.

Returns

string

implicit operator EventStoreName(string)

Implicitly convert from string to EventStoreName.

public static implicit operator EventStoreName(string value)

Parameters

value string

string representation.

Returns

EventStoreName