C# Class RightpointLabs.Pourcast.Web.Areas.Admin.Controllers.BeerController

Inheritance: Controller
Afficher le fichier Open project: RightpointLabs/Pourcast

Méthodes publiques

Méthode Description
BeerController ( IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator, IStyleOrchestrator styleOrchestrator ) : System
Create ( string breweryId ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( string id ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Import ( string breweryId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
BeerController ( ) : System
Create ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.CreateBeerViewModel model ) : System.Web.Mvc.ActionResult
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
Edit ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.EditBeerViewModel model ) : System.Web.Mvc.ActionResult
Import ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.ImportBeerViewModel model ) : System.Web.Mvc.ActionResult

Method Details

BeerController() public méthode

public BeerController ( IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator, IStyleOrchestrator styleOrchestrator ) : System
beerOrchestrator IBeerOrchestrator
breweryOrchestrator IBreweryOrchestrator
styleOrchestrator IStyleOrchestrator
Résultat System

Create() public méthode

public Create ( string breweryId ) : System.Web.Mvc.ActionResult
breweryId string
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

Details() public méthode

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

Edit() public méthode

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

Import() public méthode

public Import ( string breweryId ) : System.Web.Mvc.ActionResult
breweryId string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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