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

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Index() public méthode

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

KegController() public méthode

public KegController ( IKegOrchestrator kegOrchestrator, IBeerOrchestrator beerOrchestrator, IBreweryOrchestrator breweryOrchestrator ) : System
kegOrchestrator IKegOrchestrator
beerOrchestrator IBeerOrchestrator
breweryOrchestrator IBreweryOrchestrator
Résultat System