Class Playlist
Inheritance
System.Object
Playlist
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Playlist
Constructors
Playlist()
Declaration
Properties
Description
Declaration
public string Description { 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 |
|
InternalId
Declaration
public Guid InternalId { get; }
Property Value
Type |
Description |
System.Guid |
|
Interval
Declaration
public int ? Interval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Sources
Declaration
[JsonProperty("source")]
public IList<Source> Sources { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Source> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|