Class ScheduleHistoryItem
Inheritance
System.Object
ScheduleHistoryItem
Assembly: DotNetNuke.dll
Syntax
public class ScheduleHistoryItem : ScheduleItem, IHydratable
Constructors
|
Improve this Doc
View Source
ScheduleHistoryItem()
Declaration
public ScheduleHistoryItem()
|
Improve this Doc
View Source
ScheduleHistoryItem(ScheduleItem)
Declaration
public ScheduleHistoryItem(ScheduleItem objScheduleItem)
Parameters
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
Gets or sets the next start date.
Declaration
public override DateTime NextStart { get; set; }
Property Value
Type |
Description |
DateTime |
|
Overrides
|
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
Implements
Extension Methods