Table of Contents

Class ReducerId

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Represents the unique identifier of a reducer.

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

Constructors

ReducerId(string)

Represents the unique identifier of a reducer.

public ReducerId(string Value)

Parameters

Value string

The actual value.

Fields

Unspecified

Gets the representation of an unspecified ReducerId.

public static readonly ReducerId Unspecified

Field Value

ReducerId

Operators

implicit operator ObserverId(ReducerId)

Implicitly convert from ReducerId to ObserverId.

public static implicit operator ObserverId(ReducerId id)

Parameters

id ReducerId

ReducerId to convert from.

Returns

ObserverId

implicit operator ReducerId(string)

Implicitly convert from a string to ReducerId.

public static implicit operator ReducerId(string id)

Parameters

id string

String to convert from.

Returns

ReducerId