C# 클래스 TVSorter.Controller.SearchResultsController

The controller for displaying search results.
상속: ShowSearchController
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

메소드 설명
Initialise ( IView view ) : void

Initialises the controller.

Select ( int index ) : void

Selects the specified index as the desired result.

SetResults ( string name, IList searchResults ) : void

Sets the results for the specified search term.

메소드 상세

Initialise() 공개 메소드

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

Select() 공개 메소드

Selects the specified index as the desired result.
public Select ( int index ) : void
index int /// The index to select. ///
리턴 void

SetResults() 공개 메소드

Sets the results for the specified search term.
public SetResults ( string name, IList searchResults ) : void
name string /// The name of the show searched for. ///
searchResults IList /// The list of possible results. ///
리턴 void