Class LiveSettingDefinition
Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll
public sealed record LiveSettingDefinition : IEquatable<LiveSettingDefinition>Inheritance
Section titled “Inheritance”object ← LiveSettingDefinition
Implements
Section titled “Implements”IEquatable<LiveSettingDefinition>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”LiveSettingDefinition(string, string, object?, object?, object?)
Section titled “ LiveSettingDefinition(string, string, object?, object?, object?)”public LiveSettingDefinition(string Name, string Type, object? DefaultValue, object? Min = null, object? Max = null)Parameters
Section titled “Parameters”Name string
Type string
DefaultValue object?
Min object?
Max object?
Properties
Section titled “Properties”DefaultValue
Section titled “ DefaultValue”public object? DefaultValue { get; init; }Property Value
Section titled “Property Value”public object? Max { get; init; }Property Value
Section titled “Property Value”public object? Min { get; init; }Property Value
Section titled “Property Value”public string Name { get; init; }Property Value
Section titled “Property Value”public string Type { get; init; }