Show / Hide Table of Contents

Class RevelDigital

Inheritance
System.Object
RevelDigital
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class RevelDigital

Properties

Device

Declaration
public Device Device { get; set; }
Property Value
Type Description
Device

DeviceConfig

Declaration
public DeviceConfig DeviceConfig { get; set; }
Property Value
Type Description
DeviceConfig

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
Back to top Copyright © 2018 RevelDigital
Generated by DocFX