C# Class RockWeb.Blocks.Event.RegistrationInstanceDetail

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

Private Properties

Свойство Type Description
AddDynamicControls void
BindGroupPlacementGrid void
BindLinkagesFilter void
BindLinkagesGrid void
BindPaymentsFilter void
BindPaymentsGrid void
BindRegistrantsFilter void
BindRegistrantsGrid void
BindRegistrationsFilter void
BindRegistrationsGrid void
GetRegistrationInstance RegistrationInstance
LoadRegistrantFormFields void
SetEditMode void
SetFollowingOnPostback void
SetHasPayments void
ShowDetail void
ShowEditDetails void
ShowReadonlyDetails void
ShowTab void
gPayments_RowDataBound void
gRegistrants_AddClick void
gRegistrants_RowDataBound void

Méthodes publiques

Méthode Description
GetBreadCrumbs ( PageReference pageReference ) : List

Gets the bread crumbs.

ShowDetail ( int itemId ) : 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.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnPreview_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnPreview control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnSendPaymentReminder_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSendPaymentReminder control.

fLinkages_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fLinkages control.

fLinkages_DisplayFilterValue ( object sender, GridFilter e ) : void

Fs the campusEventItems_ display filter value.

fPayments_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fPayments control.

fPayments_DisplayFilterValue ( object sender, GridFilter e ) : void

Fs the payments_ display filter value.

fRegistrants_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fRegistrants control.

fRegistrants_DisplayFilterValue ( object sender, GridFilter e ) : void

Fs the registrants_ display filter value.

fRegistrations_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fRegistrations control.

fRegistrations_DisplayFilterValue ( object sender, GridFilter e ) : void

Fs the registrations_ display filter value.

gGroupPlacements_GridRebind ( object sender, GridRebindEventArgs e ) : void

Handles the GridRebind event of the gGroupPlacements control.

gLinkages_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gLinkages control.

gLinkages_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gLinkages control.

gLinkages_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gLinkages control.

gLinkages_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gLinkages control.

gLinkages_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gLinkages control.

gPayments_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gPayments control.

gPayments_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gPayments control.

gRegistrants_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gRegistrants control.

gRegistrants_GridRebind ( object sender, GridRebindEventArgs e ) : void

Handles the GridRebind event of the gRegistrants control.

gRegistrants_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gRegistrants control.

gRegistrations_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gRegistrations control.

gRegistrations_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gRegistrations control.

gRegistrations_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gRegistrations control.

gRegistrations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gRegistrations control.

gRegistrations_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gRegistrations control.

gpGroupPlacementParentGroup_SelectItem ( object sender, EventArgs e ) : void

Handles the SelectItem event of the gpGroupPlacementParentGroup control.

lbPlaceInGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbPlaceInGroup control.

lbTab_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbTab control.

lbTemplate_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddDynamicControls ( ) : void

Adds the filter controls and grid columns for all of the registration template's form fields that were configured to 'Show on Grid'

BindGroupPlacementGrid ( bool isExporting = false ) : void

Binds the group placement grid.

BindLinkagesFilter ( ) : void

Binds the registrations filter.

BindLinkagesGrid ( ) : void

Binds the registrations grid.

BindPaymentsFilter ( ) : void

Binds the payments filter.

BindPaymentsGrid ( ) : void

Binds the payments grid.

BindRegistrantsFilter ( RegistrationInstance instance ) : void

Binds the registrants filter.

BindRegistrantsGrid ( bool isExporting = false ) : void

Binds the registrants grid.

BindRegistrationsFilter ( ) : void

Binds the registrations filter.

BindRegistrationsGrid ( ) : void

Binds the registrations grid.

GetRegistrationInstance ( int registrationInstanceId, RockContext rockContext = null ) : RegistrationInstance

Gets the registration instance.

LoadRegistrantFormFields ( RegistrationInstance registrationInstance ) : void

Gets all of the form fields that were configured as 'Show on Grid' for the registration template

SetEditMode ( bool editable ) : void

Sets the edit mode.

SetFollowingOnPostback ( ) : void

Sets the following on postback.

SetHasPayments ( int registrationInstanceId, RockContext rockContext ) : void

Sets whether the registration has payments.

ShowDetail ( ) : void

Shows the detail.

ShowEditDetails ( RegistrationInstance instance, RockContext rockContext ) : void

Shows the edit details.

ShowReadonlyDetails ( RegistrationInstance RegistrationInstance ) : void

Shows the readonly details.

ShowTab ( ) : void

Shows the tab.

gPayments_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gPayments control.

gRegistrants_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gRegistrants control.

gRegistrants_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gRegistrants control.

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

GetBreadCrumbs() public méthode

Gets the bread crumbs.
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
Résultat List

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

ShowDetail() public méthode

public ShowDetail ( int itemId ) : void
itemId int
Résultat void

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

btnDelete_Click() protected méthode

Handles the Click event of the btnDelete control.
protected btnDelete_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

btnEdit_Click() protected méthode

Handles the Click event of the btnEdit control.
protected btnEdit_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

btnPreview_Click() protected méthode

Handles the Click event of the btnPreview control.
protected btnPreview_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

btnSendPaymentReminder_Click() protected méthode

Handles the Click event of the btnSendPaymentReminder control.
protected btnSendPaymentReminder_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

fLinkages_ApplyFilterClick() protected méthode

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

fLinkages_DisplayFilterValue() protected méthode

Fs the campusEventItems_ display filter value.
protected fLinkages_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Résultat void

fPayments_ApplyFilterClick() protected méthode

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

fPayments_DisplayFilterValue() protected méthode

Fs the payments_ display filter value.
protected fPayments_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Résultat void

fRegistrants_ApplyFilterClick() protected méthode

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

fRegistrants_DisplayFilterValue() protected méthode

Fs the registrants_ display filter value.
protected fRegistrants_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Résultat void

fRegistrations_ApplyFilterClick() protected méthode

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

fRegistrations_DisplayFilterValue() protected méthode

Fs the registrations_ display filter value.
protected fRegistrations_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
Résultat void

gGroupPlacements_GridRebind() protected méthode

Handles the GridRebind event of the gGroupPlacements control.
protected gGroupPlacements_GridRebind ( object sender, GridRebindEventArgs e ) : void
sender object The source of the event.
e GridRebindEventArgs The instance containing the event data.
Résultat void

gLinkages_AddClick() protected méthode

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

gLinkages_Delete() protected méthode

Handles the Delete event of the gLinkages control.
protected gLinkages_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gLinkages_Edit() protected méthode

Handles the Edit event of the gLinkages control.
protected gLinkages_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gLinkages_GridRebind() protected méthode

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

gLinkages_RowDataBound() protected méthode

Handles the RowDataBound event of the gLinkages control.
protected gLinkages_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
Résultat void

gPayments_GridRebind() protected méthode

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

gPayments_RowSelected() protected méthode

Handles the RowSelected event of the gPayments control.
protected gPayments_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gRegistrants_Delete() protected méthode

Handles the Delete event of the gRegistrants control.
protected gRegistrants_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gRegistrants_GridRebind() protected méthode

Handles the GridRebind event of the gRegistrants control.
protected gRegistrants_GridRebind ( object sender, GridRebindEventArgs e ) : void
sender object The source of the event.
e GridRebindEventArgs The instance containing the event data.
Résultat void

gRegistrants_RowSelected() protected méthode

Handles the RowSelected event of the gRegistrants control.
protected gRegistrants_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gRegistrations_AddClick() protected méthode

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

gRegistrations_Delete() protected méthode

Handles the Delete event of the gRegistrations control.
protected gRegistrations_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gRegistrations_GridRebind() protected méthode

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

gRegistrations_RowDataBound() protected méthode

Handles the RowDataBound event of the gRegistrations control.
protected gRegistrations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
Résultat void

gRegistrations_RowSelected() protected méthode

Handles the RowSelected event of the gRegistrations control.
protected gRegistrations_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Résultat void

gpGroupPlacementParentGroup_SelectItem() protected méthode

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

lbPlaceInGroup_Click() protected méthode

Handles the Click event of the lbPlaceInGroup control.
protected lbPlaceInGroup_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

lbTab_Click() protected méthode

Handles the Click event of the lbTab control.
protected lbTab_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

lbTemplate_Click() protected méthode

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