C# 클래스 tmf.web.Controllers.OrderPaidsController

상속: Controller
파일 보기 프로젝트 열기: tomsdev/youfood-aspmvc

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( System id ) : System.Web.Mvc.ActionResult
Details ( System id ) : System.Web.Mvc.ViewResult
Edit ( System id ) : System.Web.Mvc.ActionResult
Filter ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
OrderPaidsController ( ) : System
OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System
StatProduct ( ) : System.Web.Mvc.ViewResult
StatResto ( ) : System.Web.Mvc.ViewResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult
Filter ( OrderFilterViewModel orderFilterViewModel ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( System id ) : System.Web.Mvc.ActionResult
id System
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( System id ) : System.Web.Mvc.ViewResult
id System
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( System id ) : System.Web.Mvc.ActionResult
id System
리턴 System.Web.Mvc.ActionResult

Filter() 공개 메소드

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

Index() 공개 메소드

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

OrderPaidsController() 공개 메소드

public OrderPaidsController ( ) : System
리턴 System

OrderPaidsController() 공개 메소드

public OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System
waiterRepository IWaiterRepository
restaurantRepository IRestaurantRepository
orderpaidRepository IOrderPaidRepository
producttypeRepository IProductTypeRepository
리턴 System

StatProduct() 공개 메소드

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

StatResto() 공개 메소드

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