C# Class RockWeb.Blocks.Security.BackgroundCheck.RequestList

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Show file Open project: NewPointe/Rockit

Public Methods

Method Description
SetVisible ( bool visible ) : void

Sets the visible.

gRequest_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gRequest control.

gRequest_RowSelected ( object sender, RowEventArgs e ) : void

Protected Methods

Method Description
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.

fRequest_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fRequest control.

fRequest_DisplayFilterValue ( object sender, GridFilter e ) : void

Displays the text of the current filters

gRequest_ViewWorkflow ( object sender, RowEventArgs e ) : void
gRequest_XML ( object sender, RowEventArgs e ) : void

Handles the XML event of the gRequest control.

Private Methods

Method Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

gRequest_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gRequest control.

Method Details

OnInit() protected method

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

OnLoad() protected method

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

SetVisible() public method

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
return void

fRequest_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the fRequest control.
protected fRequest_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

fRequest_DisplayFilterValue() protected method

Displays the text of the current filters
protected fRequest_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void

gRequest_RowDataBound() public method

Handles the RowDataBound event of the gRequest control.
public gRequest_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
return void

gRequest_RowSelected() public method

public gRequest_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
return void

gRequest_ViewWorkflow() protected method

protected gRequest_ViewWorkflow ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
return void

gRequest_XML() protected method

Handles the XML event of the gRequest control.
protected gRequest_XML ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void