Class ListingsProviderInfo
Inheritance
System.Object
ListingsProviderInfo
Assembly: MediaBrowser.Model.dll
public class ListingsProviderInfo
Properties
Declaration
public NameValuePair[] ChannelMappings { get; set; }
Property Value
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DataVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool EnableAllTuners { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string[] EnabledTuners { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] KidsCategories { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string ListingsId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] MovieCategories { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string MoviePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] NewsCategories { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PreferredLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SetupUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] SportsCategories { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ZipCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods