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 BaseSetting<T>.) |
![]() | Key | (Inherited from BaseSetting<T>.) |
![]() | LabelText |
Text on label next to the element.
(Inherited from BaseSetting<T>.) |
![]() | Value |
Value.
(Inherited from BaseSetting<T>.) |
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.) |