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

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 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

SetVisible() public méthode

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

fRequest_ApplyFilterClick() protected méthode

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.
Résultat void

fRequest_DisplayFilterValue() protected méthode

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.
Résultat void

gRequest_RowDataBound() public méthode

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.
Résultat void

gRequest_RowSelected() public méthode

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

gRequest_ViewWorkflow() protected méthode

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

gRequest_XML() protected méthode

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.
Résultat void