Class RemoteSearchResult
Inheritance
System.Object
RemoteSearchResult
Assembly: MediaBrowser.Model.dll
public class RemoteSearchResult : IHasProviderIds
Properties
Declaration
public RemoteSearchResult AlbumArtist { get; set; }
Property Value
Declaration
public RemoteSearchResult[] Artists { get; set; }
Property Value
Declaration
public string DisambiguationComment { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GameSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? IndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? IndexNumberEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The name.
|
Declaration
public string OriginalTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public DateTimeOffset? PremiereDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public int? ProductionYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The year.
|
Gets or sets the provider ids.
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public string SearchProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? SortIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? SortParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Implements
Extension Methods