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
ValuestringThe 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 EventStoreNamespaceName(string)
Implicitly convert from string to EventStoreNamespaceName.
public static implicit operator EventStoreNamespaceName(string value)