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

    Show / Hide Table of Contents

    Class EpisodeInfo

    Inheritance
    System.Object
    EpisodeInfo
    Namespace: Emby.Naming.TV
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class EpisodeInfo

    Properties

    Day

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

    EndingEpsiodeNumber

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

    EpisodeNumber

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

    IsByDate

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

    Month

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

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path.

    SeasonNumber

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

    SeriesName

    Gets or sets the name of the series.

    Declaration
    public string SeriesName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the series.

    Year

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

    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.