C# Class PicasaUploader.UI.WizardPages.AlbumsPage

Show file Open project: ivanz/PicasaUploader Class Usage Examples

Private Properties

Property Type Description
Initialize void
InitializeComponent void
LoadAlbums void
LoadAlbumsIntoListView void
OnAlbumSelectionChanged void
OnInitializationComplete void
OnInitializationStarting void
albumsListView_SelectedIndexChanged void
newAlbumButton_Click void

Public Methods

Method Description
AlbumsPage ( ) : System
AlbumsPage ( AlbumsViewModel viewModel, ITaskProgressMonitor progressMonitor ) : System
CreateNewAlbum ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Initialize ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadAlbums ( ) : void
LoadAlbumsIntoListView ( IAlbumInfo albums ) : void
OnAlbumSelectionChanged ( ) : void
OnInitializationComplete ( ) : void
OnInitializationStarting ( ) : void
albumsListView_SelectedIndexChanged ( object sender, EventArgs e ) : void
newAlbumButton_Click ( object sender, EventArgs e ) : void

Method Details

AlbumsPage() public method

public AlbumsPage ( ) : System
return System

AlbumsPage() public method

public AlbumsPage ( AlbumsViewModel viewModel, ITaskProgressMonitor progressMonitor ) : System
viewModel AlbumsViewModel
progressMonitor ITaskProgressMonitor
return System

CreateNewAlbum() public method

public CreateNewAlbum ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void