C# Class TVSorter.Controller.SortEpisodesController

The controller for the sort episodes tab.
Inheritance: ControllerBase
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
LoadSettings ( ) : void

Loads the settings.

LoadSubDirectories ( ) : BindingList

Loads the subdirectories of the input folder.

Method Details

CopyEpisodes() public méthode

Copies the episodes at the specified indices.
public CopyEpisodes ( ) : void
Résultat void

Initialise() public méthode

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
Résultat void

MoveEpisodes() public méthode

Moves the episodes at the specified indices.
public MoveEpisodes ( ) : void
Résultat void

ScanEpisodes() public méthode

Scans the specified subdirectory for settings.
public ScanEpisodes ( string subdirectory ) : void
subdirectory string /// The subdirectory. ///
Résultat void

SetEpisode() public méthode

Sets the episode of the checked results.
public SetEpisode ( int seasonNum, int episodeNum ) : void
seasonNum int /// The season number. ///
episodeNum int /// The episode number. ///
Résultat void

SetShow() public méthode

Sets the show of the specified indices.
public SetShow ( TvShow show ) : void
show TvShow /// The show to set them to. ///
Résultat void