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