Show / Hide Table of Contents

Class ExportImportChekpoint

Inheritance
object
ExportImportChekpoint
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Entities
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportChekpoint : IHydratable

Constructors

ExportImportChekpoint()

Declaration
public ExportImportChekpoint()

Properties

AssemblyName

Declaration
public string AssemblyName { get; set; }
Property Value
Type Description
string

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
string

CheckpointId

Declaration
public int CheckpointId { get; set; }
Property Value
Type Description
int

Completed

Declaration
public bool Completed { get; set; }
Property Value
Type Description
bool

JobId

Declaration
public int JobId { get; set; }
Property Value
Type Description
int

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

LastUpdateDate

Declaration
public DateTime LastUpdateDate { get; set; }
Property Value
Type Description
DateTime

ProcessedItems

Declaration
public int ProcessedItems { get; set; }
Property Value
Type Description
int

Progress

Declaration
public double Progress { get; set; }
Property Value
Type Description
double

Stage

Declaration
public int Stage { get; set; }
Property Value
Type Description
int

StageData

Declaration
public string StageData { get; set; }
Property Value
Type Description
string

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

TotalItems

Declaration
public int TotalItems { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS