Class DatabaseJob
Inheritance
System.Object
DatabaseJob
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DatabaseJob : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
DatabaseJob()
Declaration
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
Declaration
protected TextBox frequencyInput
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
Declaration
protected RangeValidator frequencyInputRange
Field Value
Type |
Description |
System.Web.UI.WebControls.RangeValidator |
|
Declaration
protected RequiredFieldValidator frequencyInputRequired
Field Value
Type |
Description |
System.Web.UI.WebControls.RequiredFieldValidator |
|
GeneralSettings
Declaration
protected Panel GeneralSettings
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Declaration
protected CheckBox isActiveInput
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Log
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
logGrid
Declaration
protected DataGrid logGrid
Field Value
Type |
Description |
System.Web.UI.WebControls.DataGrid |
|
Declaration
protected InputDate nextExecutionInput
Field Value
Declaration
protected DropDownList recurrenceInput
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
Declaration
protected RequiredFieldValidator recurrenceInputRequired
Field Value
Type |
Description |
System.Web.UI.WebControls.RequiredFieldValidator |
|
saveChanges
Declaration
protected ToolButton saveChanges
Field Value
Declaration
protected ToolButton startNowButton
Field Value
Declaration
protected ToolButton stopRunningJobButton
Field Value
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
TabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Properties
IsJobRunning
Declaration
public bool IsJobRunning { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsJobStoppable
Declaration
public bool IsJobStoppable { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsJobStopping
Declaration
public bool IsJobStopping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScheduledJobId
Declaration
public Guid ScheduledJobId { get; }
Property Value
Type |
Description |
System.Guid |
|
Methods
ChangePaging(Object, DataGridPageChangedEventArgs)
Declaration
protected void ChangePaging(object sender, DataGridPageChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Web.UI.WebControls.DataGridPageChangedEventArgs |
e |
|
Declaration
protected static string FormatDuration(object dataItem)
Parameters
Type |
Name |
Description |
System.Object |
dataItem |
|
Returns
Type |
Description |
System.String |
|
IsActive_CheckedChange(Object, EventArgs)
Declaration
protected void IsActive_CheckedChange(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
SaveChanges_Click(Object, EventArgs)
Declaration
protected void SaveChanges_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Started(Object)
Declaration
protected static string Started(object dataItem)
Parameters
Type |
Name |
Description |
System.Object |
dataItem |
|
Returns
Type |
Description |
System.String |
|
StartNow_Click(Object, EventArgs)
Declaration
protected void StartNow_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
StopRunningJob_Click(Object, EventArgs)
Declaration
protected void StopRunningJob_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods