C# Class RockWeb.Blocks.Core.AuditInformationList

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

gAuditInformationList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gAuditInformationList control.

gAuditInformationList_Select ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gAuditInformationList control.

gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfSettings control.

gfSettings_DisplayFilterValue ( object sender, Rock e ) : void

Gs the audit information list filter_ display filter value.

Private Methods

Method Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

BindProperties ( int auditId ) : void

Binds the properties.

Method Details

OnInit() protected method

Handles 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

Handles 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

gAuditInformationList_GridRebind() protected method

Handles the GridRebind event of the gAuditInformationList control.
protected gAuditInformationList_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gAuditInformationList_Select() protected method

Handles the Edit event of the gAuditInformationList control.
protected gAuditInformationList_Select ( 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

gfSettings_ApplyFilterClick() protected method

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

gfSettings_DisplayFilterValue() protected method

Gs the audit information list filter_ display filter value.
protected gfSettings_DisplayFilterValue ( object sender, Rock e ) : void
sender object The sender.
e Rock The e.
return void