C# Class tmf.web.Controllers.ProductTypesController

Inheritance: Controller
Afficher le fichier Open project: tomsdev/youfood-aspmvc

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( System id ) : System.Web.Mvc.ActionResult
Details ( System id ) : System.Web.Mvc.ViewResult
Edit ( System id ) : ActionResult
Index ( ) : ViewResult
ProductTypesController ( ) : System
ProductTypesController ( IProductTypeRepository producttypeRepository ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( ProductType producttype ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( ProductType producttype ) : 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 ( System id ) : System.Web.Mvc.ActionResult
id System
Résultat System.Web.Mvc.ActionResult

Details() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( System id ) : ActionResult
id System
Résultat ActionResult

Index() public méthode

public Index ( ) : ViewResult
Résultat ViewResult

ProductTypesController() public méthode

public ProductTypesController ( ) : System
Résultat System

ProductTypesController() public méthode

public ProductTypesController ( IProductTypeRepository producttypeRepository ) : System
producttypeRepository IProductTypeRepository
Résultat System