DeviceSettingInputT Class

Represents a setting property value on a DeviceSettingValueT, for use on DeviceDto editors.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class DeviceSettingInput<T> : InputComponentBase<DeviceDto>
Inheritance
Object    ComponentBase    InputComponentBaseDeviceDto    DeviceSettingInputT

Type Parameters

T
The generic type of the DeviceSettingValueT this input field will handle.

Constructors

DeviceSettingInputTInitializes a new instance of the DeviceSettingInputT class

Properties

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

Methods

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))

See Also