C# Class TVSorter.Controller.MissingDuplicateController

Controller for the missing / duplicate episodes tab.
Inheritance: ControllerBase
Mostra file Open project: a-jackson/tvsorter Class Usage Examples

Private Properties

Property Type Description
GetEpisodesWithEntireSeasonMissing IEnumerable
GetEpisodesWithEntireSeasonMissing IEnumerable

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

Initialise() public method

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

RefreshFileCounts() public method

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

SearchDuplicateEpisodes() public method

Searches for duplicate episodes.
public SearchDuplicateEpisodes ( ) : void
return void

SearchMissingEpisodes() public method

Searches for missing episodes.
public SearchMissingEpisodes ( ) : void
return void