Try our conversational search powered by Generative AI!

Class DatabaseJob

Inheritance
System.Object
DatabaseJob
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DatabaseJob : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

DatabaseJob()

Declaration
public DatabaseJob()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

frequencyInput

Declaration
protected TextBox frequencyInput
Field Value
Type Description
System.Web.UI.WebControls.TextBox

frequencyInputRange

Declaration
protected RangeValidator frequencyInputRange
Field Value
Type Description
System.Web.UI.WebControls.RangeValidator

frequencyInputRequired

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

isActiveInput

Declaration
protected CheckBox isActiveInput
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

Log

Declaration
protected Panel Log
Field Value
Type Description
System.Web.UI.WebControls.Panel

logGrid

Declaration
protected DataGrid logGrid
Field Value
Type Description
System.Web.UI.WebControls.DataGrid

nextExecutionInput

Declaration
protected InputDate nextExecutionInput
Field Value
Type Description
InputDate

recurrenceInput

Declaration
protected DropDownList recurrenceInput
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

recurrenceInputRequired

Declaration
protected RequiredFieldValidator recurrenceInputRequired
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

saveChanges

Declaration
protected ToolButton saveChanges
Field Value
Type Description
ToolButton

startNowButton

Declaration
protected ToolButton startNowButton
Field Value
Type Description
ToolButton

stopRunningJobButton

Declaration
protected ToolButton stopRunningJobButton
Field Value
Type Description
ToolButton

Tab1

Declaration
protected Tab Tab1
Field Value
Type Description
Tab

Tab2

Declaration
protected Tab Tab2
Field Value
Type Description
Tab

TabView

Declaration
protected Panel TabView
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

FormatDuration(Object)

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