Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RemoteSearchResult

    Inheritance
    System.Object
    RemoteSearchResult
    Implements
    IHasProviderIds
    Namespace: MediaBrowser.Model.Providers
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class RemoteSearchResult : IHasProviderIds

    Properties

    AlbumArtist

    Declaration
    public RemoteSearchResult AlbumArtist { get; set; }
    Property Value
    Type Description
    RemoteSearchResult

    Artists

    Declaration
    public RemoteSearchResult[] Artists { get; set; }
    Property Value
    Type Description
    RemoteSearchResult[]

    DisambiguationComment

    Declaration
    public string DisambiguationComment { get; set; }
    Property Value
    Type Description
    System.String

    EndDate

    Declaration
    public DateTimeOffset? EndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    GameSystem

    Declaration
    public string GameSystem { get; set; }
    Property Value
    Type Description
    System.String

    ImageUrl

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    IndexNumber

    Declaration
    public int? IndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    IndexNumberEnd

    Declaration
    public int? IndexNumberEnd { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    OriginalTitle

    Declaration
    public string OriginalTitle { get; set; }
    Property Value
    Type Description
    System.String

    Overview

    Declaration
    public string Overview { get; set; }
    Property Value
    Type Description
    System.String

    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>

    ProductionYear

    Gets or sets the year.

    Declaration
    public int? ProductionYear { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The year.

    ProviderIds

    Gets or sets the provider ids.

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    The provider ids.

    SearchProviderName

    Declaration
    public string SearchProviderName { get; set; }
    Property Value
    Type Description
    System.String

    SortIndexNumber

    Declaration
    public int? SortIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    SortParentIndexNumber

    Declaration
    public int? SortParentIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    StartDate

    Declaration
    public DateTimeOffset? StartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Implements

    IHasProviderIds

    Extension Methods

    RemoteSearchResultHelper.ToItem<T>(RemoteSearchResult)
    ProviderIdsExtensions.HasProviderId(IHasProviderIds, MetadataProviders)
    ProviderIdsExtensions.HasProviderId(IHasProviderIds, String)
    ProviderIdsExtensions.GetProviderId(IHasProviderIds, MetadataProviders)
    ProviderIdsExtensions.GetProviderId(IHasProviderIds, String)
    ProviderIdsExtensions.GetProviderIds(IHasProviderIds, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, String, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, String, String[])
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, MetadataProviders, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, MetadataProviders, String[])
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.