C# 클래스 TVSorter.Controller.MissingDuplicateController

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

Private Properties

프로퍼티 타입 설명
GetEpisodesWithEntireSeasonMissing IEnumerable
GetEpisodesWithEntireSeasonMissing IEnumerable

공개 메소드들

메소드 설명
Initialise ( IView view ) : void

Initialises the controller.

RefreshFileCounts ( ) : void

Refreshes the file counts of the episodes.

SearchDuplicateEpisodes ( ) : void

Searches for duplicate episodes.

SearchMissingEpisodes ( ) : void

Searches for missing episodes.

비공개 메소드들

메소드 설명
GetEpisodesWithEntireSeasonMissing ( IEnumerable missingEpisodes ) : IEnumerable

Returns the episodes from missingEpisodes where the entire season is missing.

GetEpisodesWithEntireSeasonMissing ( TvShow show, IEnumerable missingEpisodes ) : IEnumerable

Returns the episodes from missingEpisodes where the entire season is missing.

메소드 상세

Initialise() 공개 메소드

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
리턴 void

RefreshFileCounts() 공개 메소드

Refreshes the file counts of the episodes.
public RefreshFileCounts ( ) : void
리턴 void

SearchDuplicateEpisodes() 공개 메소드

Searches for duplicate episodes.
public SearchDuplicateEpisodes ( ) : void
리턴 void

SearchMissingEpisodes() 공개 메소드

Searches for missing episodes.
public SearchMissingEpisodes ( ) : void
리턴 void