C# Класс RockWeb.Plugins.cc_newspring.Blocks.Groups.GroupTypeSignup

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
LoadRegistration ( ) : void
RemovePersonRsvp ( Person person, int groupId, int scheduleId, System.DateTime scheduleDate ) : void

Removes the person RSVP.

Описание методов

Block_BlockUpdated() защищенный Метод

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.
Результат void

OnInit() защищенный Метод

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void

btnSave_Click() защищенный Метод

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

rptScheduleDates_ItemDataBound() защищенный Метод

protected rptScheduleDates_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void
sender object
e RepeaterItemEventArgs
Результат void