Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EpisodeInfo

    Inheritance
    System.Object
    ItemLookupInfo
    EpisodeInfo
    Implements
    IHasProviderIds
    Inherited Members
    ItemLookupInfo.Name
    ItemLookupInfo.Path
    ItemLookupInfo.MetadataLanguage
    ItemLookupInfo.MetadataCountryCode
    ItemLookupInfo.MetadataLanguages
    ItemLookupInfo.ProviderIds
    ItemLookupInfo.Year
    ItemLookupInfo.IndexNumber
    ItemLookupInfo.ParentIndexNumber
    ItemLookupInfo.PremiereDate
    ItemLookupInfo.IsAutomated
    ItemLookupInfo.EnableAdultMetadata
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class EpisodeInfo : ItemLookupInfo, IHasProviderIds

    Constructors

    EpisodeInfo()

    Declaration
    public EpisodeInfo()

    EpisodeInfo(EpisodeInfo)

    Declaration
    public EpisodeInfo(EpisodeInfo clone)
    Parameters
    Type Name Description
    EpisodeInfo clone

    Properties

    IndexNumberEnd

    Declaration
    public int? IndexNumberEnd { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    IsMissingEpisode

    Declaration
    public bool IsMissingEpisode { get; set; }
    Property Value
    Type Description
    System.Boolean

    SeasonProviderIds

    Declaration
    public Dictionary<string, string> SeasonProviderIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    SeriesDisplayOrder

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

    SeriesProviderIds

    Declaration
    public Dictionary<string, string> SeriesProviderIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Implements

    IHasProviderIds

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.