Class RevelDigital
Inheritance
System.Object
RevelDigital
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class RevelDigital
Properties
Device
Declaration
public Device Device { get; set; }
Property Value
DeviceConfig
Declaration
public DeviceConfig DeviceConfig { get; set; }
Property Value
Key
Declaration
public Guid Key { get; set; }
Property Value
Type |
Description |
System.Guid |
|
LastUpdate
Declaration
public DateTime? LastUpdate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Schedule
Declaration
public IList<Schedule> Schedule { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Schedule> |
|
Timezone
Declaration
public string Timezone { get; set; }
Property Value
Type |
Description |
System.String |
|
UtcOffset
Declaration
public int ? UtcOffset { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|