Table of Contents

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

Value string

The inner value.

Fields

NotSet

Gets a value representing an unset model identifier.

public static readonly ReadModelIdentifier NotSet

Field Value

ReadModelIdentifier

Operators

implicit operator ReadModelIdentifier(string)

Implicitly convert from string to ReadModelIdentifier.

public static implicit operator ReadModelIdentifier(string value)

Parameters

value string

string to convert from.

Returns

ReadModelIdentifier