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

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

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
GetBreadCrumbs ( PageReference pageReference ) : List

Gets the bread crumbs.

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

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

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

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

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

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

GetBreadCrumbs() публичный Метод

Gets the bread crumbs.
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
Результат List

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

ShowDetail() публичный Метод

public ShowDetail ( int itemId ) : void
itemId int
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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