C# Класс Kooboo.Commerce.Web.Areas.Commerce.Controllers.CategoryController

Наследование: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Показать файл Открыть проект

Открытые методы

Метод Описание
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