Click or drag to resize

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

Main constructor

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

Parameters

minValue  NullableDecimal
 
maxValue  NullableDecimal
 
value  NullableDecimal
 
settingKind  DeviceNumberSettingKind
 
name  String
 
label  String
 
See Also