C# Class Mictlanix.BE.Web.Controllers.Mvc.CustomerRefundsController

Inheritance: Mictlanix.BE.Web.Mvc.CustomController
Afficher le fichier Open project: mictlanix/mbe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

Print() public méthode

public Print ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Totals() public méthode

public Totals ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

View() public méthode

public View ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult