Click or drag to resize

DeviceCustomEnumSetting Constructor (String, String)

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Settings
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public DeviceCustomEnumSetting(
	string name,
	string label
)

Parameters

name
Type: SystemString
label
Type: SystemString
See Also