C# Класс RockWeb.Blocks.Event.RegistrantDetail

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

Private Properties

Свойство Тип Описание
BuildControls void
BuildFees void
BuildFields void
LoadState void
NavigateToRegistration void
ParseControls void
ParseFee List
ParseFees void
ParseFields void

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

Метод Описание
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

lbWizardInstance_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbWizardInstance control.

lbWizardRegistration_Click ( object sender, EventArgs e ) : void
lbWizardTemplate_Click ( object sender, EventArgs e ) : void

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

Метод Описание
BuildControls ( bool setValues ) : void
BuildFees ( bool setValues ) : void
BuildFields ( bool setValues ) : void
LoadState ( ) : void
NavigateToRegistration ( ) : void
ParseControls ( ) : void
ParseFee ( RegistrationTemplateFee fee ) : List
ParseFees ( ) : void
ParseFields ( ) : void

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

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

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

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
Результат void

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат 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

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

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Результат object

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

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbWizardInstance control.
protected lbWizardInstance_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

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

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

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