C# Class RockWeb.Blocks.Event.RegistrantDetail

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

Private Properties

Свойство Type Description
BuildControls void
BuildFees void
BuildFields void
LoadState void
NavigateToRegistration void
ParseControls void
ParseFee List
ParseFees void
ParseFields void

Méthodes protégées

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

Private Methods

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

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

LoadViewState() protected méthode

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

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
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

SaveViewState() protected méthode

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
Résultat object

btnCancel_Click() protected méthode

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

btnSave_Click() protected méthode

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

lbWizardInstance_Click() protected méthode

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

lbWizardRegistration_Click() protected méthode

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

lbWizardTemplate_Click() protected méthode

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