Class ExportImportChekpoint
Inheritance
System.Object
ExportImportChekpoint
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportChekpoint : object, IHydratable
Properties
|
Improve this Doc
View Source
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckpointId
Declaration
public int CheckpointId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Completed
Declaration
public bool Completed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
JobId
Declaration
public int JobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastUpdateDate
Declaration
public DateTime LastUpdateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
ProcessedItems
Declaration
public int ProcessedItems { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Progress
Declaration
public double Progress { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Stage
Declaration
public int Stage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StageData
Declaration
public string StageData { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
TotalItems
Declaration
public int TotalItems { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods