Click or drag to resize

DeviceNumberSetting Constructor (NullableDecimal, NullableDecimal, NullableDecimal, DeviceNumberSettingKind, String, String)

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Settings
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public DeviceNumberSetting(
	decimal? minValue,
	decimal? maxValue,
	decimal? value,
	DeviceNumberSettingKind settingKind,
	string name,
	string label
)

Parameters

minValue
Type: SystemNullableDecimal
maxValue
Type: SystemNullableDecimal
value
Type: SystemNullableDecimal
settingKind
Type: Resto.Front.Api.Data.Device.SettingsDeviceNumberSettingKind
name
Type: SystemString
label
Type: SystemString
See Also