C# Class Graph.ConsoleMenu

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
AddCommand ( string name, System.Action procedure ) : void
ClearList ( ) : void
ConsoleMenu ( ) : System
ConsoleMenu ( Action>.List menuList ) : System
ContainsNumberCommande ( int index ) : bool
LaunchCommand ( int index ) : void
RemoveCommand ( int index ) : void
Show ( ) : void

Method Details

AddCommand() public méthode

public AddCommand ( string name, System.Action procedure ) : void
name string
procedure System.Action
Résultat void

ClearList() public méthode

public ClearList ( ) : void
Résultat void

ConsoleMenu() public méthode

public ConsoleMenu ( ) : System
Résultat System

ConsoleMenu() public méthode

public ConsoleMenu ( Action>.List menuList ) : System
menuList Action>.List
Résultat System

ContainsNumberCommande() public méthode

public ContainsNumberCommande ( int index ) : bool
index int
Résultat bool

LaunchCommand() public méthode

public LaunchCommand ( int index ) : void
index int
Résultat void

RemoveCommand() public méthode

public RemoveCommand ( int index ) : void
index int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void