Method | Description | |
---|---|---|
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. /// |
return | void |
public Search ( string name ) : void | ||
name | string | /// The name to seach for. /// |
return | void |
public Select ( int index ) : void | ||
index | int | /// The index to select. /// |
return | void |