Class CacheRefreshPlan
Inheritance
System.Object
CacheRefreshPlan
Assembly: BoldReports.Web.dll
Syntax
public class CacheRefreshPlan : Object
Constructors
CacheRefreshPlan()
Declaration
public CacheRefreshPlan()
Properties
CacheRefreshPlanID
Declaration
public string CacheRefreshPlanID { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemPath
Declaration
public string ItemPath { get; set; }
Property Value
Type |
Description |
System.String |
|
LastExecuted
Declaration
public DateTime LastExecuted { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastRunStatus
Declaration
public string LastRunStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
State
Declaration
public CacheRefreshPlanState State { get; set; }
Property Value