C# Class Website.Controllers.OrderController

Inheritance: CommandController
Show file Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Public Methods

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

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

NotShipped() public method

public NotShipped ( int orderId ) : System.Web.Mvc.ViewResult
orderId int
return System.Web.Mvc.ViewResult

OrderController() public method

public OrderController ( IDataQuery query ) : System
query IDataQuery
return System

Ship() public method

public Ship ( int orderId ) : CommandResult
orderId int
return Website.ActionResults.CommandResult

Shipped() public method

public Shipped ( int orderId ) : System.Web.Mvc.ViewResult
orderId int
return System.Web.Mvc.ViewResult