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

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method 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

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

Removes the person RSVP.

Method Details

Block_BlockUpdated() protected method

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.
return void

OnInit() protected method

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

OnLoad() protected method

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

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptScheduleDates_ItemDataBound() protected method

protected rptScheduleDates_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void
sender object
e RepeaterItemEventArgs
return void