• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class ScheduleHistoryItem

Inheritance
System.Object
BaseEntityInfo
ScheduleItem
ScheduleHistoryItem
Implements
IHydratable
Inherited Members
ScheduleItem.AttachToEvent
ScheduleItem.CatchUpEnabled
ScheduleItem.Enabled
ScheduleItem.ScheduleStartDate
ScheduleItem.FriendlyName
ScheduleItem.ObjectDependencies
ScheduleItem.RetainHistoryNum
ScheduleItem.RetryTimeLapse
ScheduleItem.RetryTimeLapseMeasurement
ScheduleItem.ScheduleID
ScheduleItem.Servers
ScheduleItem.TimeLapse
ScheduleItem.TimeLapseMeasurement
ScheduleItem.TypeFullName
ScheduleItem.ProcessGroup
ScheduleItem.ScheduleSource
ScheduleItem.ThreadID
ScheduleItem.KeyID
ScheduleItem.HasObjectDependencies(String)
ScheduleItem.AddSetting(String, String)
ScheduleItem.GetSetting(String)
ScheduleItem.GetSettings()
ScheduleItem.FillInternal(IDataReader)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public class ScheduleHistoryItem : ScheduleItem, IHydratable

Constructors

| Improve this Doc View Source

ScheduleHistoryItem()

Initializes a new instance of the ScheduleHistoryItem class.

Declaration
public ScheduleHistoryItem()
| Improve this Doc View Source

ScheduleHistoryItem(ScheduleItem)

Initializes a new instance of the ScheduleHistoryItem class.

Declaration
public ScheduleHistoryItem(ScheduleItem objScheduleItem)
Parameters
Type Name Description
ScheduleItem objScheduleItem

Properties

| Improve this Doc View Source

ElapsedTime

Declaration
public double ElapsedTime { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

EndDate

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LogNotes

Declaration
public string LogNotes { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NextStart

Declaration
public override DateTime NextStart { get; set; }
Property Value
Type Description
DateTime
Overrides
ScheduleItem.NextStart
| Improve this Doc View Source

Overdue

Declaration
public bool Overdue { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

OverdueBy

Declaration
public double OverdueBy { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

RemainingTime

Declaration
public double RemainingTime { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ScheduleHistoryID

Declaration
public int ScheduleHistoryID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Server

Declaration
public string Server { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Succeeded

Declaration
public bool Succeeded { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

AddLogNote(String)

Declaration
public virtual void AddLogNote(string notes)
Parameters
Type Name Description
System.String notes
| Improve this Doc View Source

Fill(IDataReader)

Declaration
public override void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
ScheduleItem.Fill(IDataReader)

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS