C# 클래스 TVSorter.Controller.TvShowsController

The controller for the TV Shows tab.
상속: ControllerBase
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
CreateNfoFiles ( ) : void

The create nfo files.

Initialise ( IView view ) : void

Initialises the controller.

RemoveSelectedShow ( ) : void

Removes the selected show.

ResetLastUpdated ( ) : void

Resets the last updated date of the selected show.

SaveSelectedShow ( ) : void

Saves the selceted show.

SearchShows ( ) : void

Searches for new shows.

TvShowSelected ( int newIndex ) : void

Changes the selection of the TV show.

UpdateAllShows ( ) : void

Updates all shows.

UpdateSelectedShow ( ) : void

Updates the selected show.

비공개 메소드들

메소드 설명
OnSearchShowsComplete ( ) : void

Raises an on search shows complete event.

OnSettingsChanged ( object sender, EventArgs e ) : void

Handles the settings changing.

OnTvShowAdded ( object sender, TvShowEventArgs e ) : void

Handles the TVShow's OnTvShowAdded event.

OnTvShowChanged ( object sender, TvShowEventArgs e ) : void

Handles the TVShow's OnTvShowChanged event.

OnTvShowRemoved ( object sender, TvShowEventArgs e ) : void

Handles the TVShow's OnTvShowRemoved event.

메소드 상세

CreateNfoFiles() 공개 메소드

The create nfo files.
public CreateNfoFiles ( ) : void
리턴 void

Initialise() 공개 메소드

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
리턴 void

RemoveSelectedShow() 공개 메소드

Removes the selected show.
public RemoveSelectedShow ( ) : void
리턴 void

ResetLastUpdated() 공개 메소드

Resets the last updated date of the selected show.
public ResetLastUpdated ( ) : void
리턴 void

SaveSelectedShow() 공개 메소드

Saves the selceted show.
public SaveSelectedShow ( ) : void
리턴 void

SearchShows() 공개 메소드

Searches for new shows.
public SearchShows ( ) : void
리턴 void

TvShowSelected() 공개 메소드

Changes the selection of the TV show.
public TvShowSelected ( int newIndex ) : void
newIndex int /// The new index. ///
리턴 void

UpdateAllShows() 공개 메소드

Updates all shows.
public UpdateAllShows ( ) : void
리턴 void

UpdateSelectedShow() 공개 메소드

Updates the selected show.
public UpdateSelectedShow ( ) : void
리턴 void