Struct ScenarioId
Opaque scenario identifier (e.g. LIVE, S7F3A9B). Resolves to
a full configuration via the scenario registry.
public readonly record struct ScenarioId : IEquatable<ScenarioId>
- Implements
- Inherited Members
Constructors
ScenarioId(string)
Opaque scenario identifier (e.g. LIVE, S7F3A9B). Resolves to
a full configuration via the scenario registry.
public ScenarioId(string Value)
Parameters
ValuestringString id of the scenario.
Properties
Live
The canonical live scenario id.
public static ScenarioId Live { get; }
Property Value
Value
String id of the scenario.
public string Value { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.