C# 클래스 TVSorter.Controller.SortEpisodesController

The controller for the sort episodes tab.
상속: ControllerBase
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
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