public sealed class DeviceSettingInput<T> : InputComponentBase<DeviceDto>
| DeviceSettingInputT | Initializes a new instance of the DeviceSettingInputT class |
| Accessor | Accessor for the property |
| Label | Label displayed left of the checkbox element |
| Max | Maximum value (only relevant if T is a number) |
| Min | Minimum value (only relevant if T is a number) |
| ToolTip | Tooltip for the checkbox element |
| UserSessionData | Current user session data |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |