C# Class TVSorter.Controller.MissingDuplicateController

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

Private Properties

Свойство Type Description
GetEpisodesWithEntireSeasonMissing IEnumerable
GetEpisodesWithEntireSeasonMissing IEnumerable

Méthodes publiques

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

Méthode 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 méthode

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

RefreshFileCounts() public méthode

Refreshes the file counts of the episodes.
public RefreshFileCounts ( ) : void
Résultat void

SearchDuplicateEpisodes() public méthode

Searches for duplicate episodes.
public SearchDuplicateEpisodes ( ) : void
Résultat void

SearchMissingEpisodes() public méthode

Searches for missing episodes.
public SearchMissingEpisodes ( ) : void
Résultat void