Class Device
Inheritance
System.Object
Device
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Device
Properties
Accounttype
Declaration
public string Accounttype { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Devicecaps
Declaration
public int Devicecaps { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Devicetype
Declaration
public string Devicetype { get; set; }
Property Value
Type |
Description |
System.String |
|
Enteredservice
Declaration
public string Enteredservice { get; set; }
Property Value
Type |
Description |
System.String |
|
Groupname
Declaration
public string Groupname { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
Lastservice
Declaration
public DateTime? Lastservice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Lastupdate
Declaration
public string Lastupdate { get; set; }
Property Value
Type |
Description |
System.String |
|
Location
Declaration
public Location Location { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Timezone
Declaration
public string Timezone { get; set; }
Property Value
Type |
Description |
System.String |
|