Show / Hide Table of Contents

Class ExportImportJobLog

Inheritance
object
ExportImportJobLog
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 ExportImportJobLog : IHydratable

Constructors

ExportImportJobLog()

Declaration
public ExportImportJobLog()

Properties

CreatedOnDate

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

JobId

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

JobLogId

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

KeyID

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

Level

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

Name

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

Value

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

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