C# Class Torshify.Client.Spotify.Services.SearchProvider

Inheritance: ISearchProvider
Afficher le fichier Open project: torshy/torshify-client

Méthodes publiques

Méthode Description
Search ( string query, int trackOffset, int trackCount, int albumOffset, int albumCount, int artistOffset, int artistCount, object userData = null ) : Torshify.Client.Infrastructure.Interfaces.ISearch
SearchProvider ( ISession session, Dispatcher dispatcher ) : System.Windows.Threading

Method Details

Search() public méthode

public Search ( string query, int trackOffset, int trackCount, int albumOffset, int albumCount, int artistOffset, int artistCount, object userData = null ) : Torshify.Client.Infrastructure.Interfaces.ISearch
query string
trackOffset int
trackCount int
albumOffset int
albumCount int
artistOffset int
artistCount int
userData object
Résultat Torshify.Client.Infrastructure.Interfaces.ISearch

SearchProvider() public méthode

public SearchProvider ( ISession session, Dispatcher dispatcher ) : System.Windows.Threading
session ISession
dispatcher System.Windows.Threading.Dispatcher
Résultat System.Windows.Threading