Class EventStoreName
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
ValuestringThe inner value.
Fields
NotSet
Gets the not set EventStoreName.
public static readonly EventStoreName NotSet
Field Value
System
Gets the system EventStoreName.
public static readonly EventStoreName System
Field Value
Operators
implicit operator string(EventStoreName)
Implicitly convert from EventStoreName to string.
public static implicit operator string(EventStoreName eventStore)
Parameters
eventStoreEventStoreNameEventStoreName to convert from.
Returns
implicit operator EventStoreName(string)
Implicitly convert from string to EventStoreName.
public static implicit operator EventStoreName(string value)