메소드 | 설명 | |
---|---|---|
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.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
리턴 | void |
public Search ( string name ) : void | ||
name | string | /// The name to seach for. /// |
리턴 | void |