C# 클래스 Mictlanix.BE.Web.Controllers.Mvc.CustomerRefundsController

상속: Mictlanix.BE.Web.Mvc.CustomController
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
Print ( int id ) : System.Web.Mvc.ViewResult
Totals ( int id ) : System.Web.Mvc.ActionResult
View ( int id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Cancel ( int id ) : System.Web.Mvc.ActionResult
Confirm ( int id ) : System.Web.Mvc.ActionResult
CreateFromSalesOrder ( string value ) : System.Web.Mvc.ActionResult
GetRefundableQuantity ( int id ) : decimal
Index ( Search search ) : System.Web.Mvc.ActionResult
RemoveItem ( int id ) : System.Web.Mvc.JsonResult
SearchRefunds ( DateRange dates, Search search ) : Search
SearchRefunds ( Search search ) : Search
SetItemQuantity ( int id, decimal value ) : System.Web.Mvc.JsonResult

메소드 상세

Edit() 공개 메소드

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

Index() 공개 메소드

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

Print() 공개 메소드

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

Totals() 공개 메소드

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

View() 공개 메소드

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