Class WelcomeIndicator
A concise, color-coded status indicator shown in the welcome banner.
public sealed record WelcomeIndicator : IEquatable<WelcomeIndicator>
- Inheritance
-
WelcomeIndicator
- Implements
- Inherited Members
Constructors
WelcomeIndicator(string, string, IndicatorState)
A concise, color-coded status indicator shown in the welcome banner.
public WelcomeIndicator(string Name, string Value, IndicatorState State)
Parameters
NamestringValuestringStateIndicatorState
Properties
Name
public string Name { get; init; }
Property Value
State
public IndicatorState State { get; init; }
Property Value
Value
public string Value { get; init; }