Method | Description | |
---|---|---|
Initialise ( IView view ) : void |
Initialises the controller.
|
|
Select ( int index ) : void |
Selects the specified index as the desired result.
|
|
SetResults ( string name, IList |
Sets the results for the specified search term.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
return | void |
public Select ( int index ) : void | ||
index | int | /// The index to select. /// |
return | void |
public SetResults ( string name, IList |
||
name | string | /// The name of the show searched for. /// |
searchResults | IList |
/// The list of possible results. /// |
return | void |