C# Class AndyPike.Castlecasts.MonoRailDataBinding.Controllers.HomeController

Inheritance: SmartDispatcherController
Afficher le fichier Open project: andypike/Castlecasts

Méthodes publiques

Méthode Description
DisplayMessages ( List messages ) : void
DisplayUser ( [ user ) : void
Index ( int number ) : void
Index ( int number, string greeting ) : void
Index ( string greeting ) : void

Method Details

DisplayMessages() public méthode

public DisplayMessages ( List messages ) : void
messages List
Résultat void

DisplayUser() public méthode

public DisplayUser ( [ user ) : void
user [
Résultat void

Index() public méthode

public Index ( int number ) : void
number int
Résultat void

Index() public méthode

public Index ( int number, string greeting ) : void
number int
greeting string
Résultat void

Index() public méthode

public Index ( string greeting ) : void
greeting string
Résultat void