C# Класс TVSorter.Controller.MissingDuplicateController

Controller for the missing / duplicate episodes tab.
Наследование: ControllerBase
Показать файл Открыть проект Примеры использования класса

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