C# Класс Nop.Services.Catalog.CopyProductService

Copy Product service
Наследование: ICopyProductService
Показать файл Открыть проект

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

Метод Описание
CopyProduct ( int productId, string newName, bool isPublished, bool copyImages ) : Product

Creates a copy of product with all depended data

CopyProductService ( IProductService productService, IProductAttributeService productAttributeService, ILanguageService languageService, ILocalizedEntityService localizedEntityService, IPictureService pictureService, ICategoryService categoryService, IManufacturerService manufacturerService, ISpecificationAttributeService specificationAttributeService, IDownloadService downloadService, IProductAttributeParser productAttributeParser, IProductTagService productTagService ) : System

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

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

Creates a copy of product with all depended data
public CopyProduct ( int productId, string newName, bool isPublished, bool copyImages ) : Product
productId int The product identifier
newName string The name of product duplicate
isPublished bool A value indicating whether the product duplicate should be published
copyImages bool A value indicating whether the product images should be copied
Результат Nop.Core.Domain.Catalog.Product

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

public CopyProductService ( IProductService productService, IProductAttributeService productAttributeService, ILanguageService languageService, ILocalizedEntityService localizedEntityService, IPictureService pictureService, ICategoryService categoryService, IManufacturerService manufacturerService, ISpecificationAttributeService specificationAttributeService, IDownloadService downloadService, IProductAttributeParser productAttributeParser, IProductTagService productTagService ) : System
productService IProductService
productAttributeService IProductAttributeService
languageService ILanguageService
localizedEntityService ILocalizedEntityService
pictureService IPictureService
categoryService ICategoryService
manufacturerService IManufacturerService
specificationAttributeService ISpecificationAttributeService
downloadService IDownloadService
productAttributeParser IProductAttributeParser
productTagService IProductTagService
Результат System