C# Class TVSorter.View.SortEpisodes

The sort episodes tab.
Inheritance: System.Windows.Forms.UserControl, IView
Mostra file Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
SortEpisodes ( ) : System

Initializes a new instance of the SortEpisodes class.

StartTaskProgress ( IProgressTask task, string taskName ) : void

Starts the progress indication for the specified Project Task.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControllerOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a property changing on the controller.

CopyButtonClick ( object sender, EventArgs e ) : void

Handles the Copy button being clicked.

DeselectAllButtonClick ( object sender, EventArgs e ) : void

Handles the Deselect all button being clicked.

InitializeComponent ( ) : void

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

MoveButtonClick ( object sender, EventArgs e ) : void

Handles the Move button being clicked.

ProcessResults ( ) : void

Processes the results of a scan

ResetListItems ( ) : void

Resets the data for the specified items.

ResultsListItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void

Handles an item being checked or unchecked in the results list.

ScanButtonClick ( object sender, EventArgs e ) : void

Handles the Scan button being clicked.

SelectAllButtonClick ( object sender, EventArgs e ) : void

Handles the Select All button being clicked.

SetEpisodeButtonClick ( object sender, EventArgs e ) : void

Handles the Set Episode button being clicked.

SetShowButtonClick ( object sender, EventArgs e ) : void

Handles the Set show button being clicked.

SortEpisodesLoad ( object sender, EventArgs e ) : void

Handles the tab loading.

Method Details

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

SortEpisodes() public method

Initializes a new instance of the SortEpisodes class.
public SortEpisodes ( ) : System
return System

StartTaskProgress() public method

Starts the progress indication for the specified Project Task.
public StartTaskProgress ( IProgressTask task, string taskName ) : void
task IProgressTask /// The task. ///
taskName string /// The task name. ///
return void