C# 클래스 TVSorter.Model.FileSearch

Searches the files and presents the results.
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
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