Show / Hide Table of Contents

Class AllJobsResult

Inheritance
object
AllJobsResult
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 AllJobsResult

Constructors

AllJobsResult()

Declaration
public AllJobsResult()

Properties

Jobs

Declaration
public IEnumerable<JobItem> Jobs { get; set; }
Property Value
Type Description
IEnumerable<JobItem>

LastExportTime

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

LastExportTimeString

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

LastImportTime

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

LastImportTimeString

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

PortalId

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

PortalName

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

TotalJobs

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

TotalJobsString

Declaration
public string TotalJobsString { get; }
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