Class ReducerId
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
stringThe actual value.
Fields
Unspecified
Gets the representation of an unspecified ReducerId.
public static readonly ReducerId Unspecified
Field Value
Operators
implicit operator ObserverId(ReducerId)
Implicitly convert from ReducerId to ObserverId.
public static implicit operator ObserverId(ReducerId id)
Parameters
Returns
implicit operator ReducerId(string)
Implicitly convert from a string to ReducerId.
public static implicit operator ReducerId(string id)
Parameters
id
stringString to convert from.