Class ExportModel
Inheritance
System.Object
ExportModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class ExportModel : Object
Constructors
ExportModel()
Declaration
Properties
CatalogName
Declaration
public string CatalogName { get; set; }
Property Value
Type |
Description |
System.String |
|
Created
Declaration
public string Created { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
DownloadUrl
Declaration
public string DownloadUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ExportStatus
Declaration
public string ExportStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
JobId
Declaration
public string JobId { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|