Table of Contents

Class ReactorId

Namespace
Cratis.Chronicle.Reactors
Assembly
Cratis.Chronicle.dll

Concept that represents the unique identifier of an Reactor.

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

Constructors

ReactorId(string)

Concept that represents the unique identifier of an Reactor.

public ReactorId(string Value)

Parameters

Value string

Actual value.

Fields

Unspecified

Gets the representation of an unspecified ReactorId.

public static readonly ReactorId Unspecified

Field Value

ReactorId

Operators

implicit operator ObserverId(ReactorId)

Implicitly convert from ReactorId to ObserverId.

public static implicit operator ObserverId(ReactorId id)

Parameters

id ReactorId

ReactorId to convert from.

Returns

ObserverId

implicit operator ReactorId(string)

Implicitly convert from a string to ReactorId.

public static implicit operator ReactorId(string id)

Parameters

id string

String to convert from.

Returns

ReactorId