Table of Contents

Class ObserverId

Namespace
Cratis.Chronicle.Observation
Assembly
Cratis.Chronicle.dll

Concept that represents the unique identifier of an observer.

public record ObserverId : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<ObserverId>
Inheritance
ObserverId
Implements
Inherited Members

Constructors

ObserverId(string)

Concept that represents the unique identifier of an observer.

public ObserverId(string Value)

Parameters

Value string

Actual value.

Fields

Unspecified

Gets the representation of an unspecified ObserverId.

public static readonly ObserverId Unspecified

Field Value

ObserverId

Operators

implicit operator string(ObserverId)

Implicitly convert from ObserverId to string.

public static implicit operator string(ObserverId id)

Parameters

id ObserverId

ObserverId to convert from.

Returns

string

implicit operator ObserverId(string)

Implicitly convert from a string to ObserverId.

public static implicit operator ObserverId(string id)

Parameters

id string

String to convert from.

Returns

ObserverId