C# Класс TVSorter.Controller.SortEpisodesController

The controller for the sort episodes tab.
Наследование: ControllerBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CopyEpisodes ( ) : void

Copies the episodes at the specified indices.

Initialise ( IView view ) : void

Initialises the controller.

MoveEpisodes ( ) : void

Moves the episodes at the specified indices.

ScanEpisodes ( string subdirectory ) : void

Scans the specified subdirectory for settings.

SetEpisode ( int seasonNum, int episodeNum ) : void

Sets the episode of the checked results.

SetShow ( TvShow show ) : void

Sets the show of the specified indices.

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

Метод Описание
LoadSettings ( ) : void

Loads the settings.

LoadSubDirectories ( ) : BindingList

Loads the subdirectories of the input folder.

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

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

Copies the episodes at the specified indices.
public CopyEpisodes ( ) : void
Результат void

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

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
Результат void

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

Moves the episodes at the specified indices.
public MoveEpisodes ( ) : void
Результат void

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

Scans the specified subdirectory for settings.
public ScanEpisodes ( string subdirectory ) : void
subdirectory string /// The subdirectory. ///
Результат void

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

Sets the episode of the checked results.
public SetEpisode ( int seasonNum, int episodeNum ) : void
seasonNum int /// The season number. ///
episodeNum int /// The episode number. ///
Результат void

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

Sets the show of the specified indices.
public SetShow ( TvShow show ) : void
show TvShow /// The show to set them to. ///
Результат void