Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogImportHistoryModelSearchResult

Inheritance
System.Object
CatalogImportHistoryModelSearchResult
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogImportHistoryModelSearchResult : Object

Constructors

CatalogImportHistoryModelSearchResult(IEnumerable<CatalogImportHistoryModel>, Int32, Int32)

Declaration
public CatalogImportHistoryModelSearchResult(IEnumerable<CatalogImportHistoryModel> data, int totalRecord, int totalProcessingRecord)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<CatalogImportHistoryModel> data
System.Int32 totalRecord
System.Int32 totalProcessingRecord

Properties

CatalogImports

Declaration
public IEnumerable<CatalogImportHistoryModel> CatalogImports { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CatalogImportHistoryModel>

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