Class ItemLookupInfo
Inheritance
System.Object
ItemLookupInfo
Assembly: MediaBrowser.Controller.dll
public class ItemLookupInfo : IHasProviderIds
Constructors
Declaration
Declaration
public ItemLookupInfo(ItemLookupInfo clone)
Parameters
Properties
Declaration
public bool EnableAdultMetadata { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int? IndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool IsAutomated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets the metadata country code.
Declaration
public string MetadataCountryCode { get; set; }
Property Value
Type |
Description |
System.String |
The metadata country code.
|
Gets or sets the metadata language.
Declaration
public string MetadataLanguage { get; set; }
Property Value
Type |
Description |
System.String |
The metadata language.
|
Declaration
public CultureDto[] MetadataLanguages { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The name.
|
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeOffset? PremiereDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Gets or sets the provider ids.
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public int? Year { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The year.
|
Implements
Extension Methods