C# 클래스 Nop.Services.ExportImport.ExportManager

Export manager
상속: IExportManager
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
ExportCategoriesToXml ( ) : string

Export category list to xml

ExportCustomersToXlsx ( Stream stream, IList customers ) : void

Export customer list to XLSX

ExportCustomersToXml ( IList customers ) : string

Export customer list to xml

ExportManager ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService, Nop.Core.Domain.StoreInformationSettings storeInformationSettings ) : System
ExportManufacturersToXml ( IList manufacturers ) : string

Export manufacturer list to xml

ExportOrdersToXlsx ( Stream stream, IList orders ) : void

Export orders to XLSX

ExportOrdersToXml ( IList orders ) : string

Export order list to xml

ExportProductsToXlsx ( Stream stream, IList products ) : void

Export products to XLSX

ExportProductsToXml ( IList products ) : string

Export product list to xml

보호된 메소드들

메소드 설명
WriteCategories ( XmlWriter xmlWriter, int parentCategoryId ) : void

메소드 상세

ExportCategoriesToXml() 공개 메소드

Export category list to xml
public ExportCategoriesToXml ( ) : string
리턴 string

ExportCustomersToXlsx() 공개 메소드

Export customer list to XLSX
public ExportCustomersToXlsx ( Stream stream, IList customers ) : void
stream Stream Stream
customers IList Customers
리턴 void

ExportCustomersToXml() 공개 메소드

Export customer list to xml
public ExportCustomersToXml ( IList customers ) : string
customers IList Customers
리턴 string

ExportManager() 공개 메소드

public ExportManager ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService, Nop.Core.Domain.StoreInformationSettings storeInformationSettings ) : System
categoryService ICategoryService
manufacturerService IManufacturerService
productService IProductService
pictureService IPictureService
newsLetterSubscriptionService INewsLetterSubscriptionService
storeInformationSettings Nop.Core.Domain.StoreInformationSettings
리턴 System

ExportManufacturersToXml() 공개 메소드

Export manufacturer list to xml
public ExportManufacturersToXml ( IList manufacturers ) : string
manufacturers IList Manufacturers
리턴 string

ExportOrdersToXlsx() 공개 메소드

Export orders to XLSX
public ExportOrdersToXlsx ( Stream stream, IList orders ) : void
stream Stream Stream
orders IList Orders
리턴 void

ExportOrdersToXml() 공개 메소드

Export order list to xml
public ExportOrdersToXml ( IList orders ) : string
orders IList Orders
리턴 string

ExportProductsToXlsx() 공개 메소드

Export products to XLSX
public ExportProductsToXlsx ( Stream stream, IList products ) : void
stream Stream Stream
products IList Products
리턴 void

ExportProductsToXml() 공개 메소드

Export product list to xml
public ExportProductsToXml ( IList products ) : string
products IList Products
리턴 string

WriteCategories() 보호된 메소드

protected WriteCategories ( XmlWriter xmlWriter, int parentCategoryId ) : void
xmlWriter System.Xml.XmlWriter
parentCategoryId int
리턴 void