Click or drag to resize

CheckBox Class

Check box.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.SettingsBaseSettingBoolean
    Resto.Front.Api.Data.SettingsCheckBox

Namespace: Resto.Front.Api.Data.Settings
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
[SerializableAttribute]
public sealed class CheckBox : BaseSetting<bool>

The CheckBox type exposes the following members.

Constructors
 NameDescription
Public methodCheckBox Ctor.
Top
Properties
 NameDescription
Public propertyIsReadonly Is element readonly or available for editing.
(Inherited from BaseSettingT)
Public propertyKey
(Inherited from BaseSettingT)
Public propertyLabelText Text on label next to the element.
(Inherited from BaseSettingT)
Public propertyValue Value.
(Inherited from BaseSettingT)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also