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

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

Private Properties

프로퍼티 타입 설명
AddRegistrantToGroup void
BindOtherInstances void
BindPaymentsGrid void
BuildFeeTable void
BuildRegistrantControls void
BuildRegistrantFeeControl System.Web.UI.Control
BuildRegistrantFieldControl System.Web.UI.Control
BuildRegistrationControls void
FormatDetails string
GetRegistration Registration
LoadState void
ProcessPayment bool
RegisterClientScript void
SetCostLabels void
SetEditMode void
ShowEditDetails void
ShowReadonlyDetails void
lbDeleteRegistrant_Click void
lbEditRegistrant_Click void
lbGroupMember_Click void
lbResendDocumentRequest_Click void

공개 메소드들

메소드 설명
ShowDetail ( int registrationId ) : void

Shows the detail.

ShowDetail ( int registrationId, int registrationInstanceId ) : void

Shows the detail.

보호된 메소드들

메소드 설명
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.

btnMoveRegistration_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

cbShowAll_CheckedChanged ( object sender, EventArgs e ) : void
ddlCurrencyType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlCurrencyType control.

ddlDiscountCode_SelectedIndexChanged ( object sender, EventArgs e ) : void
ddlNewRegistrationInstance_SelectedIndexChanged ( object sender, EventArgs e ) : void
gPayments_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gPayments control.

lbAddPayment_Click ( object sender, EventArgs e ) : void
lbAddRegistrant_Click ( object sender, EventArgs e ) : void
lbCancelPaymentDetails_Click ( object sender, EventArgs e ) : void
lbCancelPayment_Click ( object sender, EventArgs e ) : void
lbHistory_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbHistory control.

lbProcessPayment_Click ( object sender, EventArgs e ) : void
lbResendConfirmation_Click ( object sender, EventArgs e ) : void
lbShowMoveRegistrationDialog_Click ( object sender, EventArgs e ) : void
lbSubmitPayment_Click ( object sender, EventArgs e ) : void
lbViewPaymentDetails_Click ( object sender, EventArgs e ) : void
lbWizardInstance_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbWizardInstance control.

lbWizardTemplate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbWizardTemplate control.

ppPerson_SelectPerson ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddRegistrantToGroup ( int registrantId ) : void
BindOtherInstances ( ) : void
BindPaymentsGrid ( ) : void

Binds the payments grid.

BuildFeeTable ( Registration registration ) : void
BuildRegistrantControls ( RegistrantInfo registrant, bool setValues ) : void
BuildRegistrantFeeControl ( RegistrationTemplateFee fee, FeeInfo feeInfo, RegistrantInfo registrant, bool setValues ) : Control
BuildRegistrantFieldControl ( RegistrationTemplateFormField field, RegistrantInfo registrant, bool setValues ) : Control
BuildRegistrationControls ( bool setValues ) : void
FormatDetails ( FinancialTransaction txn ) : string
GetRegistration ( int registrationId, RockContext rockContext = null ) : Registration

Gets the group.

LoadState ( ) : void
ProcessPayment ( bool submitToGateway, RockContext rockContext, Registration registration, int personAliasId, decimal amount, string &errorMessage ) : bool

Processes the payment.

RegisterClientScript ( ) : void

Registers the client script.

SetCostLabels ( Registration registration ) : void

Sets the cost labels.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowEditDetails ( Registration registration ) : void

Shows the edit details.

ShowReadonlyDetails ( Registration registration ) : void

Shows the readonly details.

lbDeleteRegistrant_Click ( object sender, EventArgs e ) : void
lbEditRegistrant_Click ( object sender, EventArgs e ) : void
lbGroupMember_Click ( object sender, EventArgs e ) : void
lbResendDocumentRequest_Click ( object sender, EventArgs e ) : 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

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int registrationId ) : void
registrationId int The registration identifier.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int registrationId, int registrationInstanceId ) : void
registrationId int The registration identifier.
registrationInstanceId int The registration instance identifier.
리턴 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

btnMoveRegistration_Click() 보호된 메소드

protected btnMoveRegistration_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 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

cbShowAll_CheckedChanged() 보호된 메소드

protected cbShowAll_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ddlCurrencyType_SelectedIndexChanged() 보호된 메소드

Handles the SelectedIndexChanged event of the ddlCurrencyType control.
protected ddlCurrencyType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ddlDiscountCode_SelectedIndexChanged() 보호된 메소드

protected ddlDiscountCode_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ddlNewRegistrationInstance_SelectedIndexChanged() 보호된 메소드

protected ddlNewRegistrationInstance_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 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

lbAddPayment_Click() 보호된 메소드

protected lbAddPayment_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbAddRegistrant_Click() 보호된 메소드

protected lbAddRegistrant_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbCancelPaymentDetails_Click() 보호된 메소드

protected lbCancelPaymentDetails_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbCancelPayment_Click() 보호된 메소드

protected lbCancelPayment_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbHistory_Click() 보호된 메소드

Handles the Click event of the lbHistory control.
protected lbHistory_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbProcessPayment_Click() 보호된 메소드

protected lbProcessPayment_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbResendConfirmation_Click() 보호된 메소드

protected lbResendConfirmation_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbShowMoveRegistrationDialog_Click() 보호된 메소드

protected lbShowMoveRegistrationDialog_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbSubmitPayment_Click() 보호된 메소드

protected lbSubmitPayment_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbViewPaymentDetails_Click() 보호된 메소드

protected lbViewPaymentDetails_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 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

lbWizardTemplate_Click() 보호된 메소드

Handles the Click event of the lbWizardTemplate control.
protected lbWizardTemplate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ppPerson_SelectPerson() 보호된 메소드

protected ppPerson_SelectPerson ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void