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

    Show / Hide Table of Contents

    Class LiveTvServiceInfo

    Class ServiceInfo

    Inheritance
    System.Object
    LiveTvServiceInfo
    Namespace: MediaBrowser.Model.LiveTv
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class LiveTvServiceInfo

    Constructors

    LiveTvServiceInfo()

    Declaration
    public LiveTvServiceInfo()

    Properties

    HasUpdateAvailable

    Gets or sets a value indicating whether this instance has update available.

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

    true if this instance has update available; otherwise, false.

    HomePageUrl

    Gets or sets the home page URL.

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

    The home page URL.

    IsVisible

    Gets or sets a value indicating whether this instance is visible.

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

    true if this instance is visible; otherwise, false.

    Name

    Gets or sets the name.

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

    The name.

    Status

    Gets or sets the status.

    Declaration
    public LiveTvServiceStatus Status { get; set; }
    Property Value
    Type Description
    LiveTvServiceStatus

    The status.

    StatusMessage

    Gets or sets the status message.

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

    The status message.

    Tuners

    Declaration
    public string[] Tuners { get; set; }
    Property Value
    Type Description
    System.String[]

    Version

    Gets or sets the version.

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

    The version.

    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.