![]() |
LicenseSpring Management .Net SDK 1.9.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 More... | |
Properties | |
System.DateTime | CreatedAt [get, set] |
Time when the variable was created. More... | |
ulong | Device [get, set] |
16 digit id of the device this variable belongs to. More... | |
uint | ID [get, set] |
Id of the variable. More... | |
string | Value [get, set] |
Value that was set for this device and license. More... | |
string | Variable [get, set] |
Name of the variable. More... | |
![]() | |
System.DateTime | CreatedAt [get, set] |
Time when the variable was created. More... | |
ulong | Device [get, set] |
16 digit id of the device this variable belongs to. More... | |
uint | ID [get, set] |
Id of the variable. More... | |
string | Value [get, set] |
Value that was set for this device and license. More... | |
string | Variable [get, set] |
Name of the variable. More... | |
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.