Table of Contents

Struct ScenarioId

Namespace
Virtufin.Core.Scenario
Assembly
Virtufin.Core.dll

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

Value string

String id of the scenario.

Properties

Live

The canonical live scenario id.

public static ScenarioId Live { get; }

Property Value

ScenarioId

Value

String id of the scenario.

public string Value { get; init; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.