C# Class ZuneSocialTagger.GUI.ViewsViewModels.WebAlbumList.WebAlbumListViewModel

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

Public Methods

Method Description
LoadFromZuneWebsite ( ) : void
Sort ( ) : void
SwitchToClassicMode ( ) : void
WebAlbumListViewModel ( SafeObservableCollection albums, ZuneSocialTagger.GUI.ViewsViewModels.Shared.ViewLocator locator ) : System

Private Methods

Method Description
AlbumsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
CvsFilter ( object sender, System.Windows.Data.FilterEventArgs e ) : void
ReportProgress ( int current, int total ) : void
ResetLoadingProgress ( ) : void
ScanChunk ( List toScan, int position, int albumsTotal ) : void
Search ( string obj ) : void
UpdateLinkTotals ( ) : void

Method Details

LoadFromZuneWebsite() public method

public LoadFromZuneWebsite ( ) : void
return void

Sort() public method

public Sort ( ) : void
return void

SwitchToClassicMode() public method

public SwitchToClassicMode ( ) : void
return void

WebAlbumListViewModel() public method

public WebAlbumListViewModel ( SafeObservableCollection albums, ZuneSocialTagger.GUI.ViewsViewModels.Shared.ViewLocator locator ) : System
albums SafeObservableCollection
locator ZuneSocialTagger.GUI.ViewsViewModels.Shared.ViewLocator
return System