C# Class ZuneSocialTagger.GUI.ViewsViewModels.Search.SearchViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: leetreveil/Zune-Social-Tagger Class Usage Examples

Méthodes publiques

Méthode Description
MoveNext ( ) : void
Search ( string artist, string album ) : void
SearchViewModel ( ViewLocator locator, SharedModel sharedModel ) : GalaSoft.MvvmLight.Command

Private Methods

Méthode Description
SearchForAlbums ( string album ) : void
SearchForArtists ( string artist ) : void
SearchImpl ( string album, string artist ) : void

Method Details

MoveNext() public méthode

public MoveNext ( ) : void
Résultat void

Search() public méthode

public Search ( string artist, string album ) : void
artist string
album string
Résultat void

SearchViewModel() public méthode

public SearchViewModel ( ViewLocator locator, SharedModel sharedModel ) : GalaSoft.MvvmLight.Command
locator ViewLocator
sharedModel ZuneSocialTagger.GUI.Models.SharedModel
Résultat GalaSoft.MvvmLight.Command