LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.DeviceVariable Class Reference

Class that holds information about custom data field. More...

Inheritance diagram for LicenseSpring.DeviceVariable:
LicenseSpring.IDeviceVariable

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...
 
- Properties inherited from LicenseSpring.IDeviceVariable
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...
 

Detailed Description

Class that holds information about custom data field.

See ILicense.DeviceVariables

Constructor & Destructor Documentation

◆ DeviceVariable()

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

DeviceVariable constructor

Parameters
nameDevice variable name
valueDevice variable value

Member Function Documentation

◆ IsEmpty()

bool LicenseSpring.DeviceVariable.IsEmpty ( )

Check if variable is considered empty.

Implements LicenseSpring.IDeviceVariable.

Property Documentation

◆ DateTimeUpdated

DateTime LicenseSpring.DeviceVariable.DateTimeUpdated
get

Device variable date time when it was updated on the backend

Implements LicenseSpring.IDeviceVariable.

◆ DateTimeUpdatedUtc

DateTime LicenseSpring.DeviceVariable.DateTimeUpdatedUtc
get

Device variable date time in UTC when it was updated on the backend

Implements LicenseSpring.IDeviceVariable.

◆ Id

int LicenseSpring.DeviceVariable.Id
get

Device variable identifier

Implements LicenseSpring.IDeviceVariable.

◆ Name

string LicenseSpring.DeviceVariable.Name
getset

Data field name

Implements LicenseSpring.IDeviceVariable.

◆ Value

string LicenseSpring.DeviceVariable.Value
getset

Data field value

Implements LicenseSpring.IDeviceVariable.


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