NumericProperty Class |
Namespace: Com.Datalogic.Device.Configuration
The NumericProperty type exposes the following members.
Name | Description | |
---|---|---|
NumericProperty(Int32) | Initializes a new instance of the NumericProperty class | |
NumericProperty(Int32, Int32, Int32) | Initializes a new instance of the NumericProperty 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.) | |
Max | Get max limit | |
Min | Get min limit | |
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(Integer) | Sets the desired value. | |
Set(Object) | Sets the value of the property. (Inherited from Property.) | |
Store | Stores the Property value, applying them. (Inherited from Property.) |