Show / Hide Table of Contents

Class Playlist

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

Constructors

Playlist()

Declaration
public Playlist()

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