Show / Hide Table of Contents

Class ScheduleItem

Inheritance
object
BaseEntityInfo
ScheduleItem
ScheduleHistoryItem
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public class ScheduleItem : BaseEntityInfo, IHydratable

Constructors

ScheduleItem()

Declaration
public ScheduleItem()

Properties

AttachToEvent

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

CatchUpEnabled

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

Enabled

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

FriendlyName

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

KeyID

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

NextStart

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

ObjectDependencies

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

ProcessGroup

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

RetainHistoryNum

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

RetryTimeLapse

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

RetryTimeLapseMeasurement

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

ScheduleID

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

ScheduleSource

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

ScheduleStartDate

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

Servers

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

ThreadID

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

TimeLapse

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

TimeLapseMeasurement

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

TypeFullName

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

Methods

AddSetting(string, string)

Declaration
public void AddSetting(string key, string value)
Parameters
Type Name Description
string key
string value

Fill(IDataReader)

Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

FillInternal(IDataReader)

Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
BaseEntityInfo.FillInternal(IDataReader)

GetSetting(string)

Declaration
public virtual string GetSetting(string key)
Parameters
Type Name Description
string key
Returns
Type Description
string

GetSettings()

Declaration
public virtual Hashtable GetSettings()
Returns
Type Description
Hashtable

HasObjectDependencies(string)

Declaration
public bool HasObjectDependencies(string strObjectDependencies)
Parameters
Type Name Description
string strObjectDependencies
Returns
Type Description
bool

Implements

IHydratable

Extension Methods

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