C# Class RockWeb.Blocks.WorkFlow.WorkflowDetail

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: SparkDevNetwork/Rock

Private Properties

Свойство Type Description
BindLog void
BuildControls void
ParseControls void
ShowAttributeValues void
ShowDetail void
ShowEditDetails void
ShowHideTab void
ShowReadonlyDetails void
rptrActivities_ItemDataBound void

Méthodes protégées

Méthode Description
LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnEdit_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

ddlActivateNewActivity_SelectedIndexChanged ( object sender, EventArgs e ) : void
gLog_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the glog control.

workflowActivityEditor_DeleteActivityClick ( object sender, EventArgs e ) : void

Handles the DeleteActivityClick event of the workflowActivityEditor control.

Private Methods

Méthode Description
BindLog ( ) : void
BuildControls ( bool setValues = false, System.Guid activeActivityGuid = null, bool showInvalid = false ) : void

Builds the controls.

ParseControls ( RockContext rockContext = null, bool expandInvalid = false ) : void

Parses the controls.

ShowAttributeValues ( ) : void
ShowDetail ( int workflowId ) : void

Shows the detail.

ShowEditDetails ( ) : void
ShowHideTab ( bool show, System control ) : void
ShowReadonlyDetails ( ) : void
rptrActivities_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Method Details

LoadViewState() protected méthode

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
Résultat void

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

OnPreRender() protected méthode

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

SaveViewState() protected méthode

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Résultat object

btnCancel_Click() protected méthode

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

btnEdit_Click() protected méthode

protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSave_Click() protected méthode

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

ddlActivateNewActivity_SelectedIndexChanged() protected méthode

protected ddlActivateNewActivity_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

gLog_GridRebind() protected méthode

Handles the GridRebind event of the glog control.
protected gLog_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

workflowActivityEditor_DeleteActivityClick() protected méthode

Handles the DeleteActivityClick event of the workflowActivityEditor control.
protected workflowActivityEditor_DeleteActivityClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void