C# Class TVSorter.Model.FileSearch

Searches the files and presents the results.
Mostrar archivo Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

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

Method Details

Copy() public method

Copies the checked file results.
public Copy ( ) : void
return void

FileSearch() public method

Initializes a new instance of the FileSearch class.
public FileSearch ( ) : System.Collections.Generic
return System.Collections.Generic

Move() public method

Moves the checked file results.
public Move ( ) : void
return void

RefreshFileCounts() public static method

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

Search() public method

Performs a search.
public Search ( string subDirectory ) : void
subDirectory string /// The sub directory to search. ///
return void

SetEpisode() public method

Sets the episode of the checked results.
public SetEpisode ( int seasonNumber, int episodeNumber ) : void
seasonNumber int /// The season number. ///
episodeNumber int /// The episode number. ///
return void

SetShow() public method

Sets the show of the checked results.
public SetShow ( TvShow show ) : void
show TvShow /// The show to set them to. ///
return void