C# 클래스 Website.Controllers.OrderController

상속: CommandController
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

NotShipped() 공개 메소드

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

OrderController() 공개 메소드

public OrderController ( IDataQuery query ) : System
query IDataQuery
리턴 System

Ship() 공개 메소드

public Ship ( int orderId ) : CommandResult
orderId int
리턴 Website.ActionResults.CommandResult

Shipped() 공개 메소드

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