Show / Hide Table of Contents

Class Schedule

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

Constructors

Schedule()

Declaration
public Schedule()

Properties

Commands

Declaration
public IList<object> Commands { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

Conditions

Declaration
public IList<Condition> Conditions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Condition>

Days

Declaration
public int Days { get; set; }
Property Value
Type Description
System.Int32

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

EndDate

Declaration
public DateTime? EndDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

EndTime

Declaration
public TimeSpan? EndTime { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>

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

InternalId

Declaration
public Guid InternalId { get; }
Property Value
Type Description
System.Guid

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Playlist

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

StartDate

Declaration
public DateTime? StartDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

StartTime

Declaration
public TimeSpan? StartTime { get; set; }
Property Value
Type Description
System.Nullable<System.TimeSpan>

Template

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

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2018 RevelDigital
Generated by DocFX