BooleanProperty Class |
Namespace: Com.Datalogic.Device.Configuration
The BooleanProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| BooleanProperty | Initializes a new instance of the BooleanProperty class |
| Name | Description | |
|---|---|---|
| Default | Gets the default value of the Property. (Inherited from Property.) | |
| Id | Gets the integer value of the unique identifier PropertyID (Inherited from Property.) | |
| IsReadOnly | Returns whether a Property is read only or not. (Inherited from Property.) | |
| IsSupported | Returns whether a Property is supported or not. (Inherited from Property.) | |
| JniPeerMembers | To be added. (Overrides PropertyJniPeerMembers.) | |
| Name | Gets the name of the unique identifier PropertyID (Inherited from Property.) | |
| NeedReboot | Returns whether a Property needs a device reboot to be applied or not. (Inherited from Property.) | |
| Type | Gets the type of the Property. (Inherited from Property.) |
| Name | Description | |
|---|---|---|
| Get | Gets the current value of the Property. (Inherited from Property.) | |
| Load | Loads the property with the current set values, through a PropertyGetter. (Inherited from Property.) | |
| Set | Sets the value of the property. (Inherited from Property.) | |
| Store | Stores the Property value, applying them. (Inherited from Property.) |