![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that holds information about custom data field. More...
Public Member Functions | |
DeviceVariable () | |
DeviceVariable default constructor | |
DeviceVariable (string name, string value) | |
DeviceVariable constructor More... | |
bool | IsEmpty () |
Check if variable is considered empty. More... | |
bool | IsEmpty () |
Check if variable is considered empty. More... | |
Properties | |
DateTime | DateTimeUpdated [get] |
Device variable date time when it was updated on the backend More... | |
DateTime | DateTimeUpdatedUtc [get] |
Device variable date time in UTC when it was updated on the backend More... | |
int | Id [get] |
Device variable identifier More... | |
string | Name [get, set] |
Data field name More... | |
string | Value [get, set] |
Data field value More... | |
![]() | |
DateTime | DateTimeUpdated [get] |
Device variable date time when it was updated on the backend More... | |
DateTime | DateTimeUpdatedUtc [get] |
Device variable date time in UTC when it was updated on the backend More... | |
int | Id [get] |
Device variable identifier More... | |
string | Name [get] |
Data field name More... | |
string | Value [get] |
Data field value More... | |
Class that holds information about custom data field.
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
Implements LicenseSpring.IDeviceVariable.
|
get |
Device variable date time in UTC when it was updated on the backend
Implements LicenseSpring.IDeviceVariable.
|
get |
Device variable identifier
Implements LicenseSpring.IDeviceVariable.
|
getset |
Data field name
Implements LicenseSpring.IDeviceVariable.
|
getset |
Data field value
Implements LicenseSpring.IDeviceVariable.