프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
Returns the episodes from missingEpisodes where the entire season is missing.
|
|
GetEpisodesWithEntireSeasonMissing ( TvShow show, IEnumerable |
Returns the episodes from missingEpisodes where the entire season is missing.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
리턴 | void |