C# Class RockWeb.Blocks.CheckIn.Attended.ActivitySelect

Inheritance: Rock.CheckIn.CheckInBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
GoBack ( ) : void

Goes back to the confirmation page with no changes.

GoNext ( ) : void

Goes to the confirmation page with changes.

Method Details

BindGroupTypes() protected méthode

Binds the group types.
protected BindGroupTypes ( List groupTypes ) : void
groupTypes List
Résultat void

BindLocations() protected méthode

Binds the locations.
protected BindLocations ( List groupTypes ) : void
groupTypes List
Résultat void

BindSchedules() protected méthode

Binds the schedules.
protected BindSchedules ( List groupTypes ) : void
groupTypes List
Résultat void

BindSelectedGrid() protected méthode

Binds the selected items to the grid.
protected BindSelectedGrid ( ) : void
Résultat void

LoadAttributeControl() protected méthode

Shows the note modal.
protected LoadAttributeControl ( int allergyAttributeId, int personId ) : void
allergyAttributeId int
personId int
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

gSelectedGrid_Delete() protected méthode

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.
Résultat void

lbAddNoteCancel_Click() protected méthode

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.
Résultat void

lbAddNoteSave_Click() protected méthode

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.
Résultat void

lbAddNote_Click() protected méthode

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.
Résultat void

lbBack_Click() protected méthode

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.
Résultat void

lbNext_Click() protected méthode

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.
Résultat void

lvLocation_ItemCommand() protected méthode

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.
Résultat void

lvLocation_ItemDataBound() protected méthode

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.
Résultat void

lvLocation_PagePropertiesChanging() protected méthode

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.
Résultat void

rGroupType_ItemCommand() protected méthode

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.
Résultat void

rGroupType_ItemDataBound() protected méthode

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.
Résultat void

rSchedule_ItemCommand() protected méthode

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.
Résultat void

rSchedule_ItemDataBound() protected méthode

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.
Résultat void