C# Class OpenSyno.MockSearchService

Inheritance: ISearchService
Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Méthode Description
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

Method Details

GetAlbumsForArtist() public méthode

public GetAlbumsForArtist ( SynoItem artist, Action callback ) : void
artist Synology.AudioStationApi.SynoItem
callback Action
Résultat void

GetAllArtists() public méthode

public GetAllArtists ( Action callback ) : void
callback Action
Résultat void

GetTracksForAlbum() public méthode

public GetTracksForAlbum ( SynoItem album, Action callback ) : void
album Synology.AudioStationApi.SynoItem
callback Action
Résultat void

SearchAllMusic() public méthode

public SearchAllMusic ( string pattern, Action callback ) : bool
pattern string
callback Action
Résultat bool

SearchArtists() public méthode

public SearchArtists ( string pattern, Action callback ) : bool
pattern string
callback Action
Résultat bool