IDeviceData Interface
Assembly: PTS.Modules.Devices.dll
Syntax
public interface IDeviceData
Properties
ActiveOn
Declaration
DateTime ActiveOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Culture
Declaration
string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
Language
Declaration
LanguageCode Language { get; set; }
Property Value
Model
Declaration
string Model { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Platform
Declaration
PlatformType Platform { get; set; }
Property Value
RegisteredOn
Declaration
DateTime RegisteredOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Version
Declaration
string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods