Class Schedule
Inheritance
System.Object
Schedule
Assembly: BoldReports.Web.dll
Syntax
public class Schedule : Object
Constructors
Schedule()
Declaration
Properties
Creator
Declaration
public string Creator { get; set; }
Property Value
Type |
Description |
System.String |
|
Definition
Declaration
public ScheduleDefinition Definition { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
LastRunTime
Declaration
public DateTime LastRunTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastRunTimeSpecified
Declaration
public bool LastRunTimeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NextRunTime
Declaration
public DateTime NextRunTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
NextRunTimeSpecified
Declaration
public bool NextRunTimeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReferencesPresent
Declaration
public bool ReferencesPresent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScheduleID
Declaration
public string ScheduleID { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduleStateName
Declaration
public string ScheduleStateName { get; set; }
Property Value
Type |
Description |
System.String |
|