C# 클래스 RockWeb.Blocks.CheckIn.Attended.ActivitySelect

상속: Rock.CheckIn.CheckInBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
BindGroupTypes ( List groupTypes ) : void

Binds the group types.

BindLocations ( List groupTypes ) : void

Binds the locations.

BindSchedules ( List groupTypes ) : void

Binds the schedules.

BindSelectedGrid ( ) : void

Binds the selected items to the grid.

LoadAttributeControl ( int allergyAttributeId, int personId ) : void

Shows the note modal.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

gSelectedGrid_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gCheckInList control.

lbAddNoteCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddNoteCancel control.

lbAddNoteSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddNoteSave control.

lbAddNote_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddNote control.

lbBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbBack control.

lbNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbNext control.

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

Handles the ItemCommand event of the lvLocation control.

lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvLocation control.

lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void

Handles the PagePropertiesChanging event of the lvLocation control.

rGroupType_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the rGroupType control.

rGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rGroupTypes control.

rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the rSchedule control.

rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rSchedule control.

비공개 메소드들

메소드 설명
GoBack ( ) : void

Goes back to the confirmation page with no changes.

GoNext ( ) : void

Goes to the confirmation page with changes.

메소드 상세

BindGroupTypes() 보호된 메소드

Binds the group types.
protected BindGroupTypes ( List groupTypes ) : void
groupTypes List
리턴 void

BindLocations() 보호된 메소드

Binds the locations.
protected BindLocations ( List groupTypes ) : void
groupTypes List
리턴 void

BindSchedules() 보호된 메소드

Binds the schedules.
protected BindSchedules ( List groupTypes ) : void
groupTypes List
리턴 void

BindSelectedGrid() 보호된 메소드

Binds the selected items to the grid.
protected BindSelectedGrid ( ) : void
리턴 void

LoadAttributeControl() 보호된 메소드

Shows the note modal.
protected LoadAttributeControl ( int allergyAttributeId, int personId ) : void
allergyAttributeId int
personId int
리턴 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

gSelectedGrid_Delete() 보호된 메소드

Handles the Delete event of the gCheckInList control.
protected gSelectedGrid_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.
리턴 void

lbAddNoteCancel_Click() 보호된 메소드

Handles the Click event of the lbAddNoteCancel control.
protected lbAddNoteCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbAddNoteSave_Click() 보호된 메소드

Handles the Click event of the lbAddNoteSave control.
protected lbAddNoteSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbAddNote_Click() 보호된 메소드

Handles the Click event of the lbAddNote control.
protected lbAddNote_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbBack_Click() 보호된 메소드

Handles the Click event of the lbBack control.
protected lbBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbNext_Click() 보호된 메소드

Handles the Click event of the lbNext control.
protected lbNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lvLocation_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the lvLocation control.
protected lvLocation_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

lvLocation_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the lvLocation control.
protected lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

lvLocation_PagePropertiesChanging() 보호된 메소드

Handles the PagePropertiesChanging event of the lvLocation control.
protected lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.PagePropertiesChangingEventArgs The instance containing the event data.
리턴 void

rGroupType_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the rGroupType control.
protected rGroupType_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
리턴 void

rGroupType_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the rGroupTypes control.
protected rGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
리턴 void

rSchedule_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the rSchedule control.
protected rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
리턴 void

rSchedule_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the rSchedule control.
protected rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
리턴 void