C# 클래스 RockWeb.Blocks.Groups.GroupAttendanceDetail

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

보호된 메소드들

메소드 설명
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