Свойство | Type | Description | |
---|---|---|---|
PercentComplete | double |
Свойство | Type | Description | |
---|---|---|---|
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 | ||
RegisterClientScript | void | ||
SaveChanges | int? | ||
SavePerson | Person | ||
SavePersonNotes | void | ||
SavePhone | void | ||
SaveRegistration | Registration | ||
SetPanel | void | ||
SetRegistrantState | void | ||
SetRegistrationState | bool | ||
ShowError | void | ||
ShowHowMany | void | ||
ShowRegistrant | void | ||
ShowSuccess | void | ||
ShowSummary | void | ||
ShowWarning | void | ||
ValidatePayment | List |
Méthode | Description | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
||
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void |
Handles the Navigate event of the sm control.
|
Méthode | Description | |
---|---|---|
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.
|
|
lbConfirm_Click ( object sender, |
Handles the Click event of the lbConfirm 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.
|
|
lbRegistrantNext_Click ( object sender, |
Handles the Click event of the lbRegistrantNext control.
|
|
lbRegistrantPrev_Click ( object sender, |
Handles the Click event of the lbRegistrantPrev control.
|
|
lbSaveAccount_Click ( object sender, |
Handles the Click event of the lbSaveAccount control.
|
|
lbSummaryNext_Click ( object sender, |
Handles the Click event of the lbSummaryNext control.
|
|
lbSummaryPrev_Click ( object sender, |
Handles the Click event of the lbSummaryPrev control.
|
Méthode | Description | |
---|---|---|
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 ) : 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.
|
|
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.
|
|
SetPanel ( int currentPanel ) : void |
Creates the dynamic controls, and shows correct panel
|
|
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
|
|
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.
|
|
ValidatePayment ( ) : List |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | |
Résultat | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Résultat | void |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected OnPreRender ( |
||
e | An |
|
Résultat | void |
protected lbConfirm_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbDiscountApply_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbHowManyNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbRegistrantNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbRegistrantPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbSaveAccount_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbSummaryNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbSummaryPrev_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | 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 |
Résultat | void |