CheckBox Class |
Namespace: Resto.Front.Api.Data.Settings
[SerializableAttribute] public sealed class CheckBox : BaseSetting<bool>
The CheckBox type exposes the following members.
Name | Description | |
---|---|---|
IsReadonly |
Is element readonly or available for editing.
(Inherited from BaseSettingT.) | |
Key | (Inherited from BaseSettingT.) | |
LabelText |
Text on label next to the element.
(Inherited from BaseSettingT.) | |
Value |
Value.
(Inherited from BaseSettingT.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |