C# Class RockWeb.Blocks.Checkin.AttendanceHistoryList

Inheritance: Rock.Web.UI.RockBlock
Mostrar archivo Open project: SparkDevNetwork/Rock

Protected Methods

Method Description
BindGrid ( ) : void

Binds the grid.

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.

RFilter_ClearFilterClick ( object sender, EventArgs e ) : void
gHistory_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gHistory control.

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

Handles the RowDataBound event of the gHistory control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

Private Methods

Method Description
BindFilter ( ) : void

Binds the filter.

Method Details

BindGrid() protected method

Binds the grid.
protected BindGrid ( ) : void
return void

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

RFilter_ClearFilterClick() protected method

protected RFilter_ClearFilterClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

gHistory_GridRebind() protected method

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

gHistory_RowDataBound() protected method

Handles the RowDataBound event of the gHistory control.
protected gHistory_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

rFilter_ApplyFilterClick() protected method

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

rFilter_DisplayFilterValue() protected method

Rs the filter_ display filter value.
protected rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void