C# 클래스 RockWeb.Blocks.Event.RegistrationInstanceDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

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