Class LiveValue<T>
Namespace: DotBoxD.Plugins.Runtime
Assembly: DotBoxD.Plugins.dll
public sealed class LiveValue<T> : ILiveSettingType Parameters
Section titled “Type Parameters”T
Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”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”LiveValue(string, T)
Section titled “ LiveValue(string, T)”public LiveValue(string name, T value)Parameters
Section titled “Parameters”name string
value T
Properties
Section titled “Properties”CurrentValue
Section titled “ CurrentValue”public object? CurrentValue { get; }Property Value
Section titled “Property Value”Definition
Section titled “ Definition”public LiveSettingDefinition Definition { get; }Property Value
Section titled “Property Value”public string Name { get; }Property Value
Section titled “Property Value”public T Value { get; set; }Property Value
Section titled “Property Value”T
Methods
Section titled “Methods”SetObject(object?)
Section titled “ SetObject(object?)”public void SetObject(object? value)Parameters
Section titled “Parameters”value object?
ToSandboxValue()
Section titled “ ToSandboxValue()”public SandboxValue ToSandboxValue()