Show / Hide Table of Contents

Class ExportImportJob

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

Constructors

ExportImportJob()

Declaration
public ExportImportJob()

Properties

CompletedOnDate

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

CreatedByUserId

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

CreatedOnDate

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

Description

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

Directory

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

IsCancelled

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

JobId

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

JobObject

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

JobStatus

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

JobType

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

KeyID

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

LastModifiedOnDate

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

Name

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

PortalId

Declaration
public int PortalId { 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