Class EpisodeInfo
Inheritance
System.Object
EpisodeInfo
Assembly: MediaBrowser.Controller.dll
public sealed class EpisodeInfo : ItemLookupInfo, IHasProviderIds
Constructors
Declaration
Declaration
public EpisodeInfo(EpisodeInfo clone)
Parameters
Properties
Declaration
public int? IndexNumberEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool IsMissingEpisode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SeriesDisplayOrder SeriesDisplayOrder { get; set; }
Property Value
Declaration
public Dictionary<string, string> SeriesProviderIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Implements
Extension Methods