C# Class RockWeb.Plugins.cc_newspring.Blocks.Groups.GroupTypeSignup

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

OnInit ( EventArgs e ) : void

Raises the E:Init event.

OnLoad ( EventArgs e ) : void

Raises the E:Load event.

btnSave_Click ( object sender, EventArgs e ) : void
rptScheduleDates_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Private Methods

Méthode Description
LoadRegistration ( ) : void
RemovePersonRsvp ( Person person, int groupId, int scheduleId, System.DateTime scheduleDate ) : void

Removes the person RSVP.

Method Details

Block_BlockUpdated() protected méthode

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

OnInit() protected méthode

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void

OnLoad() protected méthode

Raises the E:Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void

btnSave_Click() protected méthode

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

rptScheduleDates_ItemDataBound() protected méthode

protected rptScheduleDates_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void
sender object
e RepeaterItemEventArgs
Résultat void