Click or drag to resize

DeviceNumberSetting Constructor (Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>, 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: System.Nullable<Decimal>
maxValue
Type: System.Nullable<Decimal>
value
Type: System.Nullable<Decimal>
settingKind
Type: Resto.Front.Api.Data.Device.Settings.DeviceNumberSettingKind
name
Type: System.String
label
Type: System.String
See Also