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

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

Public Methods

Method Description
LoadAlbum ( ZuneSocialTagger.Core.ZuneWebsite.WebAlbum album ) : void
LoadAlbums ( IEnumerable albums ) : void
LoadAlbumsForArtist ( ZuneSocialTagger.Core.ZuneWebsite.WebArtist artist ) : void
LoadArtists ( IEnumerable artists ) : void
SearchResultsViewModel ( SearchViewModel parent ) : System

Private Methods

Method Description
DisplayAlbums ( ) : void
DisplayArtists ( ) : void
ResultClicked ( object item ) : void
SearchResults_CollectionChanged ( object sender, System e ) : void
UpdateDetail ( ZuneSocialTagger.Core.ZuneWebsite.WebAlbum albumMetaData ) : void

Method Details

LoadAlbum() public method

public LoadAlbum ( ZuneSocialTagger.Core.ZuneWebsite.WebAlbum album ) : void
album ZuneSocialTagger.Core.ZuneWebsite.WebAlbum
return void

LoadAlbums() public method

public LoadAlbums ( IEnumerable albums ) : void
albums IEnumerable
return void

LoadAlbumsForArtist() public method

public LoadAlbumsForArtist ( ZuneSocialTagger.Core.ZuneWebsite.WebArtist artist ) : void
artist ZuneSocialTagger.Core.ZuneWebsite.WebArtist
return void

LoadArtists() public method

public LoadArtists ( IEnumerable artists ) : void
artists IEnumerable
return void

SearchResultsViewModel() public method

public SearchResultsViewModel ( SearchViewModel parent ) : System
parent SearchViewModel
return System