C# Класс Nop.Admin.Controllers.CategoryController

Наследование: Nop.Admin.Controllers.BaseAdminController
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CategoryController ( ICategoryService categoryService, ICategoryTemplateService categoryTemplateService, IManufacturerService manufacturerService, IProductService productService, ICustomerService customerService, IUrlRecordService urlRecordService, IPictureService pictureService, ILanguageService languageService, ILocalizationService localizationService, IDiscountService discountService, IPermissionService permissionService, IAclService aclService, IStoreService storeService, IStoreMappingService storeMappingService, IExportManager exportManager, IVendorService vendorService, ICustomerActivityService customerActivityService, IDateTimeHelper dateTimeHelper, IWorkContext workContext, IImportManager importManager, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings ) : System
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
ExportXlsx ( ) : System.Web.Mvc.ActionResult
ExportXml ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
ProductAddPopup ( int categoryId ) : System.Web.Mvc.ActionResult
ProductDelete ( int id, int productId ) : System.Web.Mvc.ActionResult
ProductUpdate ( CategoryModel model ) : System.Web.Mvc.ActionResult
Tree ( ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
Create ( CategoryModel model, bool continueEditing ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( CategoryModel model, bool continueEditing ) : System.Web.Mvc.ActionResult
ImportFromXlsx ( ) : System.Web.Mvc.ActionResult
List ( Nop.Web.Framework.Kendoui.DataSourceRequest command, Nop.Admin.Models.Catalog.CategoryListModel model ) : System.Web.Mvc.ActionResult
ListActivityLog ( Nop.Web.Framework.Kendoui.DataSourceRequest command, int categoryId ) : System.Web.Mvc.ActionResult
PrepareAclModel ( CategoryModel model, Category category, bool excludeProperties ) : void
PrepareAllCategoriesModel ( CategoryModel model ) : void
PrepareDiscountModel ( CategoryModel model, Category category, bool excludeProperties ) : void
PrepareStoresMappingModel ( CategoryModel model, Category category, bool excludeProperties ) : void
PrepareTemplatesModel ( CategoryModel model ) : void
ProductAddPopup ( string btnId, string formId, CategoryModel model ) : System.Web.Mvc.ActionResult
ProductAddPopupList ( Nop.Web.Framework.Kendoui.DataSourceRequest command, CategoryModel model ) : System.Web.Mvc.ActionResult
ProductList ( Nop.Web.Framework.Kendoui.DataSourceRequest command, int categoryId ) : System.Web.Mvc.ActionResult
TreeLoadChildren ( int id ) : System.Web.Mvc.ActionResult
UpdateLocales ( Category category, CategoryModel model ) : List
UpdatePictureSeoNames ( Category category ) : void

Описание методов

CategoryController() публичный Метод

public CategoryController ( ICategoryService categoryService, ICategoryTemplateService categoryTemplateService, IManufacturerService manufacturerService, IProductService productService, ICustomerService customerService, IUrlRecordService urlRecordService, IPictureService pictureService, ILanguageService languageService, ILocalizationService localizationService, IDiscountService discountService, IPermissionService permissionService, IAclService aclService, IStoreService storeService, IStoreMappingService storeMappingService, IExportManager exportManager, IVendorService vendorService, ICustomerActivityService customerActivityService, IDateTimeHelper dateTimeHelper, IWorkContext workContext, IImportManager importManager, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings ) : System
categoryService ICategoryService
categoryTemplateService ICategoryTemplateService
manufacturerService IManufacturerService
productService IProductService
customerService ICustomerService
urlRecordService IUrlRecordService
pictureService IPictureService
languageService ILanguageService
localizationService ILocalizationService
discountService IDiscountService
permissionService IPermissionService
aclService IAclService
storeService IStoreService
storeMappingService IStoreMappingService
exportManager IExportManager
vendorService IVendorService
customerActivityService ICustomerActivityService
dateTimeHelper IDateTimeHelper
workContext IWorkContext
importManager IImportManager
catalogSettings Nop.Core.Domain.Catalog.CatalogSettings
Результат System

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Edit() публичный Метод

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

ExportXlsx() публичный Метод

public ExportXlsx ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

ExportXml() публичный Метод

public ExportXml ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

List() публичный Метод

public List ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

ProductAddPopup() публичный Метод

public ProductAddPopup ( int categoryId ) : System.Web.Mvc.ActionResult
categoryId int
Результат System.Web.Mvc.ActionResult

ProductDelete() публичный Метод

public ProductDelete ( int id, int productId ) : System.Web.Mvc.ActionResult
id int
productId int
Результат System.Web.Mvc.ActionResult

ProductUpdate() публичный Метод

public ProductUpdate ( CategoryModel model ) : System.Web.Mvc.ActionResult
model CategoryModel
Результат System.Web.Mvc.ActionResult

Tree() публичный Метод

public Tree ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult