Class Schedule
Inheritance
System.Object
Schedule
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Schedule
Constructors
Schedule()
Declaration
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
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
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|