Click or drag to resize

DeviceCustomEnumSettingValue Constructor (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 DeviceCustomEnumSettingValue(
	string name,
	string label
)

Parameters

name
Type: SystemString
label
Type: SystemString
See Also