프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PercentComplete | decimal |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddRegistrantsToGroup | void | ||
BindSavedAccounts | void | ||
CreateAttributeField | void | ||
CreateDynamicControls | void | ||
CreateFeeField | void | ||
CreatePersonField | void | ||
CreateRegistrantControls | void | ||
CreateSummaryControls | void | ||
GetCCPaymentInfo | |||
ParseAttributeField | object | ||
ParseDynamicControls | void | ||
ParseFee | List |
||
ParsePersonField | object | ||
ParseRegistrantControls | void | ||
ParseSummaryControls | void | ||
ProcessPayment | bool | ||
ProcessPostSave | void | ||
ProcessStep1 | bool | ||
ProcessStep3 | bool | ||
RegisterClientScript | void | ||
SaveChanges | int? | ||
SavePerson | Person | ||
SavePersonNotes | void | ||
SavePhone | void | ||
SaveRegistration | Registration | ||
SaveTransaction | bool | ||
SetPanel | void | ||
SetRegistrantFields | void | ||
SetRegistrantState | void | ||
SetRegistrationState | bool | ||
ShowError | void | ||
ShowHowMany | void | ||
ShowPayment | void | ||
ShowRegistrant | void | ||
ShowSuccess | void | ||
ShowSummary | void | ||
ShowWarning | void | ||
ValidateSummary | List |
메소드 | 설명 | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
||
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the Navigate event of the sm 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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
ddlFamilyMembers_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlFamilyMembers control.
|
|
lbDiscountApply_Click ( object sender, |
Handles the Click event of the lbDiscountApply control.
|
|
lbHowManyNext_Click ( object sender, |
Handles the Click event of the lbHowManyNext control.
|
|
lbPaymentPrev_Click ( object sender, |
||
lbRegistrantNext_Click ( object sender, |
Handles the Click event of the lbRegistrantNext control.
|
|
lbRegistrantPrev_Click ( object sender, |
Handles the Click event of the lbRegistrantPrev control.
|
|
lbRequiredDocumentNext_Click ( object sender, |
Handles the Click event of the lbRequiredDocumentNext control.
|
|
lbSaveAccount_Click ( object sender, |
Handles the Click event of the lbSaveAccount control.
|
|
lbStep2Return_Click ( object sender, |
||
lbSummaryNext_Click ( object sender, |
Handles the Click event of the lbSummaryNext control.
|
|
lbSummaryPrev_Click ( object sender, |
Handles the Click event of the lbSummaryPrev control.
|
메소드 | 설명 | |
---|---|---|
AddRegistrantsToGroup ( |
Adds the registrants to group.
|
|
BindSavedAccounts ( |
||
CreateAttributeField ( RegistrationTemplateFormField field, bool setValue, object fieldValue ) : void |
Creates the attribute field.
|
|
CreateDynamicControls ( bool setValues ) : void |
Creates the dynamic controls fore each panel
|
|
CreateFeeField ( RegistrationTemplateFee fee, bool setValues, List |
Creates the fee field.
|
|
CreatePersonField ( RegistrationTemplateFormField field, bool setValue, object fieldValue, bool familyMemberSelected ) : void |
Creates the person field.
|
|
CreateRegistrantControls ( bool setValues ) : void |
Creates the registrant controls.
|
|
CreateSummaryControls ( bool setValues ) : void | ||
GetCCPaymentInfo ( |
||
ParseAttributeField ( RegistrationTemplateFormField field ) : object |
Parses the attribute field.
|
|
ParseDynamicControls ( ) : void |
Parses the dynamic controls.
|
|
ParseFee ( RegistrationTemplateFee fee ) : List |
Parses the fee.
|
|
ParsePersonField ( RegistrationTemplateFormField field ) : object |
Parses the person field.
|
|
ParseRegistrantControls ( ) : void |
Parses the registrant controls.
|
|
ParseSummaryControls ( ) : void | ||
ProcessPayment ( |
Processes the payment.
|
|
ProcessPostSave ( bool isNewRegistration, Registration registration, List |
||
ProcessStep1 ( string &errorMessage ) : bool |
Processes the first step of a 3-step charge.
|
|
ProcessStep3 ( |
Processes the third step of a 3-step charge.
|
|
RegisterClientScript ( ) : void |
Registers the client script.
|
|
SaveChanges ( ) : int? |
Saves the changes.
|
|
SavePerson ( |
Saves the person.
|
|
SavePersonNotes ( |
Saves the person notes.
|
|
SavePhone ( object fieldValue, Person person, System.Guid phoneTypeGuid, List |
Saves the phone.
|
|
SaveRegistration ( |
Saves the registration.
|
|
SaveTransaction ( |
||
SetPanel ( int currentPanel ) : void |
Creates the dynamic controls, and shows correct panel
|
|
SetRegistrantFields ( int personId ) : void |
Sets the registrant fields.
|
|
SetRegistrantState ( int registrantCount ) : void |
Adds (or removes) registrants to or from the registration. Only newly added registrants can can be removed. Any existing (saved) registrants cannot be removed from the registration
|
|
SetRegistrationState ( ) : bool |
Sets the registration state
|
|
ShowError ( string heading, string text ) : void |
Shows an error message.
|
|
ShowHowMany ( ) : void |
Shows the how many panel
|
|
ShowPayment ( ) : void |
Shows the payment panel.
|
|
ShowRegistrant ( ) : void |
Shows the registrant panel
|
|
ShowSuccess ( int registrationId ) : void |
Shows the success panel
|
|
ShowSummary ( ) : void |
Shows the summary panel
|
|
ShowWarning ( string heading, string text ) : void |
Shows a warning message.
|
|
ValidateSummary ( ) : List |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | |
리턴 | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected OnPreRender ( |
||
e | An |
|
리턴 | void |
protected ddlFamilyMembers_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbDiscountApply_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbHowManyNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbPaymentPrev_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected lbRegistrantNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbRegistrantPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbRequiredDocumentNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbSaveAccount_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbStep2Return_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected lbSummaryNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbSummaryPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
public sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.HistoryEventArgs | The |
리턴 | void |