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