C# 클래스 TVSorter.Controller.ShowSearchController

Controller for handle show searches.
상속: ControllerBase
파일 보기 프로젝트 열기: a-jackson/tvsorter 1 사용 예제들

공개 메소드들

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

Initialises the controller.

Search ( string name ) : void

Searches for the specified name.

Select ( int index ) : void

Selects the specified index as the chosen result.

메소드 상세

Initialise() 공개 메소드

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

Search() 공개 메소드

Searches for the specified name.
public Search ( string name ) : void
name string /// The name to seach for. ///
리턴 void

Select() 공개 메소드

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