Class LiveSettingDefinition
public sealed record LiveSettingDefinition : IEquatable<LiveSettingDefinition>
- Inheritance
-
LiveSettingDefinition
- Implements
- Inherited Members
Constructors
LiveSettingDefinition(string, string, object?, object?, object?)
public LiveSettingDefinition(string Name, string Type, object? DefaultValue, object? Min = null, object? Max = null)
Parameters
Properties
DefaultValue
public object? DefaultValue { get; init; }
Property Value
Max
public object? Max { get; init; }
Property Value
Min
public object? Min { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Type
public string Type { get; init; }