C# 클래스 RightpointLabs.Pourcast.Web.Areas.Admin.Controllers.BeerController

상속: Controller
파일 보기 프로젝트 열기: RightpointLabs/Pourcast

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BeerController() 공개 메소드

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

Create() 공개 메소드

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

Delete() 공개 메소드

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

Details() 공개 메소드

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

Edit() 공개 메소드

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

Import() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult