Class ReadModelIdentifier
- Namespace
- Cratis.Chronicle.ReadModels
- Assembly
- Cratis.Chronicle.dll
Represents the unique identifier of a read model.
public record ReadModelIdentifier : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<ReadModelIdentifier>
- Inheritance
-
ReadModelIdentifier
- Implements
- Inherited Members
Constructors
ReadModelIdentifier(string)
Represents the unique identifier of a read model.
public ReadModelIdentifier(string Value)
Parameters
ValuestringThe inner value.
Fields
NotSet
Gets a value representing an unset model identifier.
public static readonly ReadModelIdentifier NotSet
Field Value
Operators
implicit operator ReadModelIdentifier(string)
Implicitly convert from string to ReadModelIdentifier.
public static implicit operator ReadModelIdentifier(string value)