C# Класс RockWeb.Blocks.Groups.GroupAttendanceDetail

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
BindAttendees ( ) : void
BindLocations ( ) : void

Loads the dropdowns.

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

Gets the occurrence items.

Описание методов

LoadViewState() защищенный Метод

protected LoadViewState ( object savedState ) : void
savedState object
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

RegisterScript() защищенный Метод

protected RegisterScript ( ) : void
Результат void

SaveViewState() защищенный Метод

protected SaveViewState ( ) : object
Результат object

ShowDetails() защищенный Метод

Binds the group members grid.
protected ShowDetails ( ) : void
Результат void

bddlCampus_SelectionChanged() защищенный Метод

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.
Результат void

ddlLocation_SelectedIndexChanged() защищенный Метод

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.
Результат void

lbCancel_Click() защищенный Метод

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.
Результат void

lbPrintAttendanceRoster_Click() защищенный Метод

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.
Результат void

lbSave_Click() защищенный Метод

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.
Результат void

lvPendingMembers_ItemCommand() защищенный Метод

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.
Результат void

ppAddPerson_SelectPerson() защищенный Метод

protected ppAddPerson_SelectPerson ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void