C# 클래스 Torshify.Client.Spotify.Services.SearchProvider

상속: ISearchProvider
파일 보기 프로젝트 열기: torshy/torshify-client

공개 메소드들

메소드 설명
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

메소드 상세

Search() 공개 메소드

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
리턴 Torshify.Client.Infrastructure.Interfaces.ISearch

SearchProvider() 공개 메소드

public SearchProvider ( ISession session, Dispatcher dispatcher ) : System.Windows.Threading
session ISession
dispatcher System.Windows.Threading.Dispatcher
리턴 System.Windows.Threading