![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Class that holds information about a variable that was tracked on a certain device. More...
Public Member Functions | |
| DeviceVariable () | |
| DeviceVariable default constructor. | |
| DeviceVariable (string name, string value) | |
| DeviceVariable constructor. | |
Properties | |
| System.DateTime | CreatedAt [get, set] |
| Time when the variable was created. | |
| ulong | Device [get, set] |
| 16 digit id of the device this variable belongs to. | |
| uint | ID [get, set] |
| Id of the variable. | |
| string | Value [get, set] |
| Value that was set for this device and license. | |
| string | Variable [get, set] |
| Name of the variable. | |
Properties inherited from LicenseSpring.IDeviceVariable | |
Class that holds information about a variable that was tracked on a certain device.
| LicenseSpring.DeviceVariable.DeviceVariable | ( | string | name, |
| string | value | ||
| ) |
DeviceVariable constructor.
| name | Data field name |
| value | Data field value |
|
getset |
Time when the variable was created.
Implements LicenseSpring.IDeviceVariable.
|
getset |
16 digit id of the device this variable belongs to.
Implements LicenseSpring.IDeviceVariable.
|
getset |
Id of the variable.
Implements LicenseSpring.IDeviceVariable.
|
getset |
Value that was set for this device and license.
Implements LicenseSpring.IDeviceVariable.
|
getset |
Name of the variable.
Implements LicenseSpring.IDeviceVariable.