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

Inheritance: Controller
Mostrar archivo Open project: RightpointLabs/Pourcast

Public Methods

Method 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

Method 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 method

public BeerController ( IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator, IStyleOrchestrator styleOrchestrator ) : System
beerOrchestrator IBeerOrchestrator
breweryOrchestrator IBreweryOrchestrator
styleOrchestrator IStyleOrchestrator
return System

Create() public method

public Create ( string breweryId ) : System.Web.Mvc.ActionResult
breweryId string
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Import() public method

public Import ( string breweryId ) : System.Web.Mvc.ActionResult
breweryId string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult