Class ExportImportJobLog
Inheritance
System.Object
ExportImportJobLog
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportJobLog : object, IHydratable
Properties
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
JobId
Declaration
public int JobId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JobLogId
Declaration
public int JobLogId { 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
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods