Method | Description | |
---|---|---|
ExportCategoriesToXml ( ) : string |
Export category list to xml
|
|
ExportCustomersToXlsx ( Stream stream, IList |
Export customer list to XLSX
|
|
ExportCustomersToXml ( IList |
Export customer list to xml
|
|
ExportManager ( ICategoryService categoryService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, INewsLetterSubscriptionService newsLetterSubscriptionService, Nop.Core.Domain.StoreInformationSettings storeInformationSettings ) : System | ||
ExportManufacturersToXml ( IList |
Export manufacturer list to xml
|
|
ExportOrdersToXlsx ( Stream stream, IList |
Export orders to XLSX
|
|
ExportOrdersToXml ( IList |
Export order list to xml
|
|
ExportProductsToXlsx ( Stream stream, IList |
Export products to XLSX
|
|
ExportProductsToXml ( IList |
Export product list to xml
|
Method | Description | |
---|---|---|
WriteCategories ( |
public ExportCustomersToXlsx ( Stream stream, IList |
||
stream | Stream | Stream |
customers | IList |
Customers |
return | void |
public ExportCustomersToXml ( IList |
||
customers | IList |
Customers |
return | string |
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 | |
return | System |
public ExportManufacturersToXml ( IList |
||
manufacturers | IList |
Manufacturers |
return | string |
public ExportOrdersToXlsx ( Stream stream, IList |
||
stream | Stream | Stream |
orders | IList |
Orders |
return | void |
public ExportOrdersToXml ( IList |
||
orders | IList |
Orders |
return | string |
public ExportProductsToXlsx ( Stream stream, IList |
||
stream | Stream | Stream |
products | IList |
Products |
return | void |
public ExportProductsToXml ( IList |
||
products | IList |
Products |
return | string |
protected WriteCategories ( |
||
xmlWriter | ||
parentCategoryId | int | |
return | void |