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

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

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

Метод Описание
StartTaskProgress ( IProgressTask task, string taskName ) : void

Starts the progress indication for the specified Project Task.

TvShows ( ) : System

Initializes a new instance of the TvShows class.

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

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

Clean up any resources being used.

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

Метод Описание
AddShowButtonClick ( object sender, EventArgs e ) : void

Handles the Add show button being clicked.

AlternateNamesButtonClick ( object sender, EventArgs e ) : void

Handles the Alternatee names button being clicked.

CreateNfoFilesButtonClick ( object sender, EventArgs e ) : void

Handles the Create NFO files button being clicked.

FormatBuilderClick ( object sender, EventArgs e ) : void

Handles the Format builder button being clicked.

InitializeComponent ( ) : void

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

PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a property in the controller changing.

RemoveShowButtonClick ( object sender, EventArgs e ) : void

Handles the Remove button being clicked.

ResetLastUpdatedButtonClick ( object sender, EventArgs e ) : void

Handles the reset last updated button being clicked.

RevertButtonClick ( object sender, EventArgs e ) : void

Handles the Revert button being clicked.

SaveButtonClick ( object sender, EventArgs e ) : void

Handles the Save button being clicked.

SearchShowsButtonClick ( object sender, EventArgs e ) : void

Handles the Search shows button being clicked.

SearchShowsComplete ( object sender, EventArgs e ) : void

Handles the search for shows completing.

SelectedShowLockButtonClick ( object sender, EventArgs e ) : void

Handles the show lock button being clicked.

SelectedUseCustomFormatCheckedChanged ( object sender, EventArgs e ) : void

Handles the checked state of the use custom format checkbox changing.

ShowChanged ( object sender, TvShowEventArgs e ) : void

Handles the controller's ShowChanged event.

TvShowsListDrawItem ( object sender, DrawItemEventArgs e ) : void

Handles drawing an item in the list.

TvShowsListSelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the TV shows list selected item changing.

TvShowsLoad ( object sender, EventArgs e ) : void

Handles the TV Shows tab loading.

UpdateAllButtonClick ( object sender, EventArgs e ) : void

Handles the Update all button being clicked.

UpdateShowButtonClick ( object sender, EventArgs e ) : void

Handles the Update Show button being clicked.

UseCustomDestinationDirectoryCheckedChanged ( object sender, EventArgs e ) : void

The the check changed event of the Use Custom Destination Directory check box.

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

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

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

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

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

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