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

Inheritance: SmartDispatcherController
Datei anzeigen Open project: andypike/Castlecasts

Public Methods

Method 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 method

public DisplayMessages ( List messages ) : void
messages List
return void

DisplayUser() public method

public DisplayUser ( [ user ) : void
user [
return void

Index() public method

public Index ( int number ) : void
number int
return void

Index() public method

public Index ( int number, string greeting ) : void
number int
greeting string
return void

Index() public method

public Index ( string greeting ) : void
greeting string
return void