Class CatalogImportHistorySearchResult
Inheritance
System.Object
CatalogImportHistorySearchResult
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogImportHistorySearchResult : Object
Constructors
CatalogImportHistorySearchResult(IEnumerable<CatalogImportHistoryData>, Int32, Int32)
Declaration
public CatalogImportHistorySearchResult(IEnumerable<CatalogImportHistoryData> data, int totalRecord, int totalProcessingRecord)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<CatalogImportHistoryData> |
data |
|
System.Int32 |
totalRecord |
|
System.Int32 |
totalProcessingRecord |
|
Properties
CatalogImports
Declaration
public IEnumerable<CatalogImportHistoryData> CatalogImports { get; set; }
Property Value
TotalProcessingRecord
Declaration
public int TotalProcessingRecord { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalRecord
Declaration
public int TotalRecord { get; set; }
Property Value
Type |
Description |
System.Int32 |
|