C# Class Website.Controllers.OrderController

Inheritance: CommandController
Afficher le fichier Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ViewResult
NotShipped ( int orderId ) : System.Web.Mvc.ViewResult
OrderController ( IDataQuery query ) : System
Ship ( int orderId ) : CommandResult
Shipped ( int orderId ) : System.Web.Mvc.ViewResult

Method Details

Index() public méthode

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

NotShipped() public méthode

public NotShipped ( int orderId ) : System.Web.Mvc.ViewResult
orderId int
Résultat System.Web.Mvc.ViewResult

OrderController() public méthode

public OrderController ( IDataQuery query ) : System
query IDataQuery
Résultat System

Ship() public méthode

public Ship ( int orderId ) : CommandResult
orderId int
Résultat Website.ActionResults.CommandResult

Shipped() public méthode

public Shipped ( int orderId ) : System.Web.Mvc.ViewResult
orderId int
Résultat System.Web.Mvc.ViewResult