C# 클래스 OpenSyno.SearchService

상속: ISearchService
파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
GetAlbumsForArtist ( SynoItem artist, Action callback ) : void
GetAllArtists ( Action callback ) : void
GetTracksForAlbum ( SynoItem album, Action callback ) : void
SearchAllMusic ( string pattern, Action callback ) : bool
SearchArtists ( string pattern, Action callback ) : bool
SearchService ( IAudioStationSession audioStationSession ) : System

비공개 메소드들

메소드 설명
CheckIsSignedIn ( ) : void
OnOperationReturnedWithError ( Exception e ) : void

메소드 상세

GetAlbumsForArtist() 공개 메소드

public GetAlbumsForArtist ( SynoItem artist, Action callback ) : void
artist Synology.AudioStationApi.SynoItem
callback Action
리턴 void

GetAllArtists() 공개 메소드

public GetAllArtists ( Action callback ) : void
callback Action
리턴 void

GetTracksForAlbum() 공개 메소드

public GetTracksForAlbum ( SynoItem album, Action callback ) : void
album Synology.AudioStationApi.SynoItem
callback Action
리턴 void

SearchAllMusic() 공개 메소드

public SearchAllMusic ( string pattern, Action callback ) : bool
pattern string
callback Action
리턴 bool

SearchArtists() 공개 메소드

public SearchArtists ( string pattern, Action callback ) : bool
pattern string
callback Action
리턴 bool

SearchService() 공개 메소드

public SearchService ( IAudioStationSession audioStationSession ) : System
audioStationSession IAudioStationSession
리턴 System