Show / Hide Table of Contents

Class JobItem

Inheritance
object
JobItem
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.Dto.Jobs
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class JobItem

Constructors

JobItem()

Declaration
public JobItem()

Properties

Cancelled

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

CompletedOn

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

CompletedOnString

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

CreatedOn

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

CreatedOnString

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

Description

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

ExportFile

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

JobId

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

JobStatus

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

JobType

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

Name

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

PortalId

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

Status

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

Summary

Declaration
public ImportExportSummary Summary { get; set; }
Property Value
Type Description
ImportExportSummary

User

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

Methods

ConvertToLocal(UserInfo)

Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type Name Description
UserInfo userInfo

Extension Methods

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