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

Inheritance: ViewModelBase
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger Class Usage Examples

Public Methods

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

Private Methods

Method Description
SearchForAlbums ( string album ) : void
SearchForArtists ( string artist ) : void
SearchImpl ( string album, string artist ) : void

Method Details

MoveNext() public method

public MoveNext ( ) : void
return void

Search() public method

public Search ( string artist, string album ) : void
artist string
album string
return void

SearchViewModel() public method

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