Class ExportImportJob
Inheritance
System.Object
ExportImportJob
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportJob : object, IHydratable
Properties
|
Improve this Doc
View Source
CompletedOnDate
Declaration
public DateTime? CompletedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Directory
Declaration
public string Directory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { 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
JobObject
Declaration
public string JobObject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobStatus
Declaration
public JobStatus JobStatus { get; set; }
Property Value
|
Improve this Doc
View Source
JobType
Declaration
public JobType JobType { get; set; }
Property Value
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { 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