![]() |
LicenseSpring .Net SDK 7.40.0
Easily add Software Licensing to your application
|
Class that holds information about device variables. More...
Public Member Functions | |
| DeviceVariable () | |
| DeviceVariable default constructor. | |
| DeviceVariable (string name, string value) | |
| DeviceVariable constructor. | |
| bool | IsEmpty () |
Check if variable is considered empty.
| |
Properties | |
| DateTime | DateTimeUpdated [get] |
| Device variable date time when it was updated on the backend.This value is available after getting device variables data from the backend | |
| DateTime | DateTimeUpdatedUtc [get] |
| Device variable date time in UTC when it was updated on the backend.This value is available after getting device variables data from the backend | |
| int | Id [get] |
| Device variable identifier.This value is available after getting device variables data from the backend | |
| string | Name [get, set] |
| Data field name. | |
| string | Value [get, set] |
| Data field value. | |
Properties inherited from LicenseSpring.IDeviceVariable | |
Class that holds information about device variables.
See ILicense.DeviceVariables
| LicenseSpring.DeviceVariable.DeviceVariable | ( | string | name, |
| string | value | ||
| ) |
DeviceVariable constructor.
| name | Device variable name |
| value | Device variable value |
| bool LicenseSpring.DeviceVariable.IsEmpty | ( | ) |
Check if variable is considered empty.
Implements LicenseSpring.IDeviceVariable.
|
get |
Device variable date time when it was updated on the backend.This value is available after getting device variables data from the backend
Implements LicenseSpring.IDeviceVariable.
|
get |
Device variable date time in UTC when it was updated on the backend.This value is available after getting device variables data from the backend
Implements LicenseSpring.IDeviceVariable.
|
get |
Device variable identifier.This value is available after getting device variables data from the backend
Implements LicenseSpring.IDeviceVariable.
|
getset |
Data field name.
Implements LicenseSpring.IDeviceVariable.
|
getset |
Data field value.
Implements LicenseSpring.IDeviceVariable.