Table of Contents

Class EventStoreNamespaceName

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Represents the name and identifier of an event store.

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

Constructors

EventStoreNamespaceName(string)

Represents the name and identifier of an event store.

public EventStoreNamespaceName(string Value)

Parameters

Value string

The inner value.

Fields

Default

Gets the default EventStoreNamespaceName.

public static readonly EventStoreNamespaceName Default

Field Value

EventStoreNamespaceName

NotSet

Gets the not set EventStoreNamespaceName.

public static readonly EventStoreNamespaceName NotSet

Field Value

EventStoreNamespaceName

Operators

implicit operator string(EventStoreNamespaceName)

Implicitly convert from EventStoreNamespaceName to string.

public static implicit operator string(EventStoreNamespaceName eventStore)

Parameters

eventStore EventStoreNamespaceName

EventStoreNamespaceName to convert from.

Returns

string

implicit operator EventStoreNamespaceName(string)

Implicitly convert from string to EventStoreNamespaceName.

public static implicit operator EventStoreNamespaceName(string value)

Parameters

value string

string representation.

Returns

EventStoreNamespaceName