C# 클래스 Kooboo.Commerce.Web.Areas.Commerce.Controllers.ProductTypeController

상속: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id, string @return ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
PredefinedFields ( ) : System.Web.Mvc.ActionResult
ProductTypeController ( ProductTypeService productTypeService, PredefinedCustomFieldService customFieldService ) : System

비공개 메소드들

메소드 설명
Delete ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Disable ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Enable ( ProductTypeModel model ) : System.Web.Mvc.ActionResult
Save ( ProductTypeModel model, string @return ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

Edit() 공개 메소드

public Edit ( int id, string @return ) : System.Web.Mvc.ActionResult
id int
@return string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
리턴 System.Web.Mvc.ActionResult

PredefinedFields() 공개 메소드

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

ProductTypeController() 공개 메소드

public ProductTypeController ( ProductTypeService productTypeService, PredefinedCustomFieldService customFieldService ) : System
productTypeService Kooboo.Commerce.Products.ProductTypeService
customFieldService Kooboo.Commerce.Products.PredefinedCustomFieldService
리턴 System