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 |
|
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 |
|
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. |