Click or drag to resize

BaseSettingT Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
protected BaseSetting(
	string key,
	T value,
	string labelText,
	bool isReadonly
)

Parameters

key
Type: SystemString
value
Type: T
labelText
Type: SystemString
isReadonly
Type: SystemBoolean
See Also