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

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

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
GetSuggestions ( int store, string pattern ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ViewResult
View ( int id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Create ( CashDrawer item ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( CashDrawer item ) : System.Web.Mvc.ActionResult
GetCashDrawers ( Search search ) : Search
Index ( Search search ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

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

Edit() public méthode

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

GetSuggestions() public méthode

public GetSuggestions ( int store, string pattern ) : System.Web.Mvc.JsonResult
store int
pattern string
Résultat System.Web.Mvc.JsonResult

Index() public méthode

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

View() public méthode

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