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

Inheritance: Controller
显示文件 Open project: RightpointLabs/Pourcast

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Details ( string id ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
KegController ( IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System

Private Methods

Method Description
Create ( RightpointLabs.Pourcast.Web.Areas.Admin.Models.CreateKegViewModel model ) : System.Web.Mvc.ActionResult
Edit ( EditKegViewModel model ) : System.Web.Mvc.ActionResult
KegController ( ) : System

Method Details

Create() public method

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

Index() public method

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

KegController() public method

public KegController ( IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System
kegOrchestrator IKegOrchestrator
beerOrchestrator IBeerOrchestrator
breweryOrchestrator IBreweryOrchestrator
return System