C# Class RockWeb.Blocks.Groups.GroupAttendanceDetail

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: SparkDevNetwork/Rock

Protected Methods

Method Description
LoadViewState ( object savedState ) : void
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.

RegisterScript ( ) : void
SaveViewState ( ) : object
ShowDetails ( ) : void

Binds the group members grid.

bddlCampus_SelectionChanged ( object sender, EventArgs e ) : void

Handles the SelectionChanged event of the bddlCampus control.

ddlLocation_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlLocation control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

lbPrintAttendanceRoster_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbPrintAttendanceRoster control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

lvPendingMembers_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void

Handles the ItemCommand event of the lvPendingMembers control.

ppAddPerson_SelectPerson ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindAttendees ( ) : void
BindLocations ( ) : void

Loads the dropdowns.

BindSchedules ( int locationId ) : void
GetOccurrence ( ) : ScheduleOccurrence

Gets the occurrence items.

Method Details

LoadViewState() protected method

protected LoadViewState ( object savedState ) : void
savedState object
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

RegisterScript() protected method

protected RegisterScript ( ) : void
return void

SaveViewState() protected method

protected SaveViewState ( ) : object
return object

ShowDetails() protected method

Binds the group members grid.
protected ShowDetails ( ) : void
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

ddlLocation_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlLocation control.
protected ddlLocation_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCancel_Click() protected method

Handles the Click event of the lbSave control.
protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbPrintAttendanceRoster_Click() protected method

Handles the Click event of the lbPrintAttendanceRoster control.
protected lbPrintAttendanceRoster_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbSave_Click() protected method

Handles the Click event of the lbSave control.
protected lbSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lvPendingMembers_ItemCommand() protected method

Handles the ItemCommand event of the lvPendingMembers control.
protected lvPendingMembers_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewCommandEventArgs The instance containing the event data.
return void

ppAddPerson_SelectPerson() protected method

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