C# 클래스 Cats.Web.Hub.Controllers.CommodityTypeController

상속: BaseController
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
CommodityTypeController ( ICommodityTypeService commodityTypeService, IUserProfileService userProfileService ) : System
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
Update ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( CommodityType commoditytype ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( CommodityType commoditytype ) : System.Web.Mvc.ActionResult
_GetCommodityTypes ( ) : System.Web.Mvc.ActionResult

메소드 상세

CommodityTypeController() 공개 메소드

public CommodityTypeController ( ICommodityTypeService commodityTypeService, IUserProfileService userProfileService ) : System
commodityTypeService ICommodityTypeService
userProfileService IUserProfileService
리턴 System

Create() 공개 메소드

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

Delete() 공개 메소드

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

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Edit() 공개 메소드

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

Index() 공개 메소드

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

Update() 공개 메소드

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