C# Класс TVSorter.Model.FileSearch

Searches the files and presents the results.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Copy ( ) : void

Copies the checked file results.

FileSearch ( ) : System.Collections.Generic

Initializes a new instance of the FileSearch class.

Move ( ) : void

Moves the checked file results.

RefreshFileCounts ( ) : void

Refreshes the file counts of the episodes.

Search ( string subDirectory ) : void

Performs a search.

SetEpisode ( int seasonNumber, int episodeNumber ) : void

Sets the episode of the checked results.

SetShow ( TvShow show ) : void

Sets the show of the checked results.

Описание методов

Copy() публичный Метод

Copies the checked file results.
public Copy ( ) : void
Результат void

FileSearch() публичный Метод

Initializes a new instance of the FileSearch class.
public FileSearch ( ) : System.Collections.Generic
Результат System.Collections.Generic

Move() публичный Метод

Moves the checked file results.
public Move ( ) : void
Результат void

RefreshFileCounts() публичный статический Метод

Refreshes the file counts of the episodes.
public static RefreshFileCounts ( ) : void
Результат void

Search() публичный Метод

Performs a search.
public Search ( string subDirectory ) : void
subDirectory string /// The sub directory to search. ///
Результат void

SetEpisode() публичный Метод

Sets the episode of the checked results.
public SetEpisode ( int seasonNumber, int episodeNumber ) : void
seasonNumber int /// The season number. ///
episodeNumber int /// The episode number. ///
Результат void

SetShow() публичный Метод

Sets the show of the checked results.
public SetShow ( TvShow show ) : void
show TvShow /// The show to set them to. ///
Результат void