LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.DeviceVariable Class Reference

Class that holds information about a variable that was tracked on a certain device. More...

Inheritance diagram for LicenseSpring.DeviceVariable:
LicenseSpring.IDeviceVariable

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

Detailed Description

Class that holds information about a variable that was tracked on a certain device.

Constructor & Destructor Documentation

◆ DeviceVariable()

LicenseSpring.DeviceVariable.DeviceVariable ( string  name,
string  value 
)

DeviceVariable constructor.

Parameters
nameData field name
valueData field value

Property Documentation

◆ CreatedAt

System.DateTime LicenseSpring.DeviceVariable.CreatedAt
getset

Time when the variable was created.

Implements LicenseSpring.IDeviceVariable.

◆ Device

ulong LicenseSpring.DeviceVariable.Device
getset

16 digit id of the device this variable belongs to.

Implements LicenseSpring.IDeviceVariable.

◆ ID

uint LicenseSpring.DeviceVariable.ID
getset

Id of the variable.

Implements LicenseSpring.IDeviceVariable.

◆ Value

string LicenseSpring.DeviceVariable.Value
getset

Value that was set for this device and license.

Implements LicenseSpring.IDeviceVariable.

◆ Variable

string LicenseSpring.DeviceVariable.Variable
getset

Name of the variable.

Implements LicenseSpring.IDeviceVariable.


The documentation for this class was generated from the following file: