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