Class EventStoreNamespaceName
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
stringThe inner value.
Fields
Default
Gets the default EventStoreNamespaceName.
public static readonly EventStoreNamespaceName Default
Field Value
NotSet
Gets the not set EventStoreNamespaceName.
public static readonly EventStoreNamespaceName NotSet
Field Value
Operators
implicit operator string(EventStoreNamespaceName)
Implicitly convert from EventStoreNamespaceName to string.
public static implicit operator string(EventStoreNamespaceName eventStore)
Parameters
eventStore
EventStoreNamespaceNameEventStoreNamespaceName to convert from.
Returns
implicit operator EventStoreNamespaceName(string)
Implicitly convert from string to EventStoreNamespaceName.
public static implicit operator EventStoreNamespaceName(string value)