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.
|
public FileSearch ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Search ( string subDirectory ) : void | ||
subDirectory | string | /// The sub directory to search. /// |
return | void |
public SetEpisode ( int seasonNumber, int episodeNumber ) : void | ||
seasonNumber | int | /// The season number. /// |
episodeNumber | int | /// The episode number. /// |
return | void |
public SetShow ( TvShow show ) : void | ||
show | TvShow | /// The show to set them to. /// |
return | void |