C# Class RockWeb.Blocks.Groups.GroupAttendanceList

Inheritance: Rock.Web.UI.RockBlock
Mostra file Open project: NewSpring/Rock

Protected Methods

Method Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the group members 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.

bddlCampus_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the bddlCampus control.

gOccurrences_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gOccurrences control.

gOccurrences_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gOccurrences control.

gOccurrences_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gOccurrences control.

gOccurrences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gOccurrences control.

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

Handles the RowDataBound event of the gOccurrences control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_ClearFilterClick ( object sender, EventArgs e ) : void

Handles the ClearFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

Private Methods

Method Description
MakeKeyUniqueToGroup ( string key ) : string

Makes the key unique to group.

Method Details

BindFilter() protected method

Binds the filter.
protected BindFilter ( ) : void
return void

BindGrid() protected method

Binds the group members 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

bddlCampus_SelectionChanged() protected method

Handles the SelectionChanged event of the bddlCampus control.
protected bddlCampus_SelectionChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gOccurrences_Add() protected method

Handles the Add event of the gOccurrences control.
protected gOccurrences_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gOccurrences_Delete() protected method

Handles the Delete event of the gOccurrences control.
protected gOccurrences_Delete ( 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

gOccurrences_Edit() protected method

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

gOccurrences_GridRebind() protected method

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

gOccurrences_RowDataBound() protected method

Handles the RowDataBound event of the gOccurrences control.
protected gOccurrences_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_ClearFilterClick() protected method

Handles the ClearFilterClick event of the rFilter control.
protected rFilter_ClearFilterClick ( 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