C# Class Storage.Controllers.InvoiceController

Inheritance: Controller
Afficher le fichier Open project: aokolity/Storage

Méthodes publiques

Méthode Description
Create ( string type ) : System.Web.Mvc.ActionResult
Delete ( int id, string type ) : System.Web.Mvc.ActionResult
Edit ( int id, string type ) : System.Web.Mvc.ActionResult
Index ( string type ) : System.Web.Mvc.ActionResult
Print ( int id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Create ( InvoiceModel invoiceModel ) : System.Web.Mvc.ActionResult
Edit ( InvoiceModel invoiceModel ) : System.Web.Mvc.ActionResult
GetPriceTypes ( ) : List

Method Details

Create() public méthode

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

Delete() public méthode

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

Edit() public méthode

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

Index() public méthode

public Index ( string type ) : System.Web.Mvc.ActionResult
type string
Résultat System.Web.Mvc.ActionResult

Print() public méthode

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