Class ScheduleItem
Assembly: DotNetNuke.dll
Syntax
public class ScheduleItem : BaseEntityInfo, IHydratable
Constructors
ScheduleItem()
Declaration
Properties
AttachToEvent
Declaration
public string AttachToEvent { get; set; }
Property Value
CatchUpEnabled
Declaration
public bool CatchUpEnabled { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
NextStart
Declaration
public virtual DateTime NextStart { get; set; }
Property Value
ObjectDependencies
Declaration
public string ObjectDependencies { get; set; }
Property Value
ProcessGroup
Declaration
public int ProcessGroup { get; set; }
Property Value
RetainHistoryNum
Declaration
public int RetainHistoryNum { get; set; }
Property Value
RetryTimeLapse
Declaration
public int RetryTimeLapse { get; set; }
Property Value
RetryTimeLapseMeasurement
Declaration
public string RetryTimeLapseMeasurement { get; set; }
Property Value
ScheduleID
Declaration
public int ScheduleID { get; set; }
Property Value
ScheduleSource
Declaration
public ScheduleSource ScheduleSource { get; set; }
Property Value
ScheduleStartDate
Declaration
public DateTime ScheduleStartDate { get; set; }
Property Value
Servers
Declaration
public string Servers { get; set; }
Property Value
ThreadID
Declaration
public int ThreadID { get; set; }
Property Value
TimeLapse
Declaration
public int TimeLapse { get; set; }
Property Value
TimeLapseMeasurement
Declaration
public string TimeLapseMeasurement { get; set; }
Property Value
TypeFullName
Declaration
public string TypeFullName { get; set; }
Property Value
Methods
AddSetting(string, string)
Declaration
public void AddSetting(string key, string value)
Parameters
Fill(IDataReader)
Declaration
public virtual void Fill(IDataReader dr)
Parameters
FillInternal(IDataReader)
Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Overrides
GetSetting(string)
Declaration
public virtual string GetSetting(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
GetSettings()
Declaration
public virtual Hashtable GetSettings()
Returns
HasObjectDependencies(string)
Declaration
public bool HasObjectDependencies(string strObjectDependencies)
Parameters
Type |
Name |
Description |
string |
strObjectDependencies |
|
Returns
Implements
Extension Methods