C# Класс TVSorter.View.SortEpisodes

The sort episodes tab.
Наследование: System.Windows.Forms.UserControl, IView
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// true if managed resources should be disposed; otherwise, false. ///
Результат void

SortEpisodes() публичный Метод

Initializes a new instance of the SortEpisodes class.
public SortEpisodes ( ) : System
Результат System

StartTaskProgress() публичный Метод

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. ///
Результат void