C# Class Website.Controllers.CustomerController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
CustomerController ( IDataQuery query ) : System.Linq
Edit ( long id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
New ( ) : System.Web.Mvc.ViewResult
Save ( CustomerInput input ) : CommandResult

Method Details

CustomerController() public méthode

public CustomerController ( IDataQuery query ) : System.Linq
query IDataQuery
Résultat System.Linq

Edit() public méthode

public Edit ( long id ) : System.Web.Mvc.ViewResult
id long
Résultat System.Web.Mvc.ViewResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

New() public méthode

public New ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Save() public méthode

public Save ( CustomerInput input ) : CommandResult
input CustomerInput
Résultat CommandResult