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

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

공개 메소드들

메소드 설명
CategoryController ( CategoryService categoryService ) : System
Children ( int parentId ) : System.Web.Mvc.ActionResult
Create ( int parentId ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Delete ( CategoryRowModel model ) : System.Web.Mvc.ActionResult
PrepareEditor ( CategoryEditorModel model ) : void
Save ( CategoryEditorModel model, string @return ) : System.Web.Mvc.ActionResult

메소드 상세

CategoryController() 공개 메소드

public CategoryController ( CategoryService categoryService ) : System
categoryService Kooboo.Commerce.Categories.CategoryService
리턴 System

Children() 공개 메소드

public Children ( int parentId ) : System.Web.Mvc.ActionResult
parentId int
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

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

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 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