C# Class TVSorter.Controller.ShowSearchController

Controller for handle show searches.
Inheritance: ControllerBase
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

Initialise() public méthode

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
Résultat void

Search() public méthode

Searches for the specified name.
public Search ( string name ) : void
name string /// The name to seach for. ///
Résultat void

Select() public méthode

Selects the specified index as the chosen result.
public Select ( int index ) : void
index int /// The index to select. ///
Résultat void