C# 클래스 Nop.Services.Catalog.CopyProductService

Copy Product service
상속: ICopyProductService
파일 보기 프로젝트 열기: jimmy00784/nopCommerce-Linux-Mysql

공개 메소드들

메소드 설명
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