C# Class Channel9Downloader.ViewModels.Dashboard.DashboardVM

Inheritance: Channel9Downloader.ViewModels.Framework.AdornerViewModel, IDashboardVM
Show file Open project: MadCowDevelopment/Channel9Downloader

Public Methods

Method Description
Initialize ( ) : void

Initializes this view model.

Private Methods

Method Description
DashboardVM ( IDependencyComposer composer, IRssRepository rssRepository, IDownloadManager downloadManager, IRibbonToggleButtonVM showSummaryToggleButtonVM ) : System.Collections.Generic
InitializeLatestVideosAsync ( TaskScheduler continuationTaskScheduler ) : void

Initializes the latest videos in the background.

OnAddDownload ( ) : void

Adds the selected video to the downloads.

Method Details

Initialize() public method

Initializes this view model.
public Initialize ( ) : void
return void