Property Class |
Property
The Property type exposes the following members.
Name | Description | |
---|---|---|
![]() | Property | Initializes a new instance of the Property class |
![]() | Property | Initializes a new instance of the Property class |
Name | Description | |
---|---|---|
![]() | Default | To be added. |
![]() | Id | To be added. |
![]() | IsReadOnly | Returns whether a Property is read only or not. |
![]() | IsSupported | Returns whether a Property is supported or not. |
![]() | JniPeerMembers | To be added. |
![]() | Name | To be added. |
![]() | NeedReboot | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
![]() | Type | To be added. |
Name | Description | |
---|---|---|
![]() | FindPropertybyId | Finds the corresponding Property matching the passed ID, in a list of Properties. |
![]() | Get | Gets the current value of the Property. |
![]() | Load | Loads the property with the current set values, through a PropertyGetter. |
![]() | Loadlist | Loads and sync the current set values into all the Properties contained in the passed list. |
![]() | Set | Sets the value of the property, it is not applied to the device. |
![]() | SetToDefault | Resets to the default value the property. |
![]() | Store | Stores the Property value, applying them. |
![]() | Storelist | Stores and applies all the Properties and their current associated values. |
Property
is the abstract class that represents a generic Property of type T.