Property | Type | Description | |
---|---|---|---|
BindDiscountsGrid | void | ||
BindFeesGrid | void | ||
BindFieldsGrid | void | ||
BuildControls | void | ||
BuildFormControl | void | ||
GetRegistrationTemplate | RegistrationTemplate | ||
HideDialog | void | ||
LoadDropDowns | void | ||
LoadStateDetails | void | ||
ParseControls | void | ||
ReOrderFields | void | ||
SetCostVisibility | void | ||
SetEditMode | void | ||
SetFieldDisplay | void | ||
SetHasRegistrations | void | ||
ShowDetail | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowDiscountEdit | void | ||
ShowEditDetails | void | ||
ShowFeeEdit | void | ||
ShowFormFieldEdit | void | ||
ShowReadonlyDetails | void | ||
SortFields | void | ||
SortForms | void | ||
tfeForm_AddFieldClick | void | ||
tfeForm_DeleteFieldClick | void | ||
tfeForm_DeleteFormClick | void | ||
tfeForm_EditFieldClick | void | ||
tfeForm_RebindFieldClick | void | ||
tfeForm_ReorderFieldClick | void |
Method | Description | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Gets the bread crumbs.
|
Method | Description | |
---|---|---|
FormatFeeCost ( string value ) : string |
Formats the fee cost.
|
|
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 ( |
||
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnCopy_Click ( object sender, |
Handles the Click event of the btnCopy control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnSave control.
|
|
cbMultipleRegistrants_CheckedChanged ( object sender, EventArgs e ) : void |
Handles the CheckedChanged event of the cbMultipleRegistrants control.
|
|
ddlFieldSource_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Handles the SelectedIndexChanged event of the ddlFieldSource control.
|
|
dlgDiscount_SaveClick ( object sender, EventArgs e ) : void |
Handles the SaveClick event of the dlgDiscount control.
|
|
dlgFee_SaveClick ( object sender, EventArgs e ) : void |
Handles the SaveClick event of the dlgFee control.
|
|
dlgField_SaveClick ( object sender, EventArgs e ) : void |
Handles the SaveClick event of the dlgField control.
|
|
gDiscounts_AddClick ( object sender, EventArgs e ) : void |
Handles the AddClick event of the gDiscounts control.
|
|
gDiscounts_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gDiscounts control.
|
|
gDiscounts_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gDiscounts control.
|
|
gDiscounts_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gDiscounts control.
|
|
gDiscounts_GridReorder ( object sender, GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gDiscounts control.
|
|
gFees_AddClick ( object sender, EventArgs e ) : void |
Handles the AddClick event of the gFees control.
|
|
gFees_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gFees control.
|
|
gFees_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gFees control.
|
|
gFees_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gFees control.
|
|
gFees_GridReorder ( object sender, GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gFees control.
|
|
gFields_AddClick ( object sender, EventArgs e ) : void |
Handles the AddClick event of the gFields control.
|
|
gFields_Delete ( object sender, RowEventArgs e ) : void |
Handles the Delete event of the gFields control.
|
|
gFields_Edit ( object sender, RowEventArgs e ) : void |
Handles the Edit event of the gFields control.
|
|
gFields_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gFields control.
|
|
gFields_GridReorder ( object sender, GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gFields control.
|
|
gFields_RowDataBound ( object sender, GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gFields control.
|
|
gtpGroupType_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Handles the SelectedIndexChanged event of the gtpGroupType control.
|
|
lbAddForm_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the lbAddForm control.
|
|
rblDiscountType_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Handles the SelectedIndexChanged event of the rblDiscountType control.
|
|
rblFeeType_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Handles the SelectedIndexChanged event of the rblFeeType control.
|
|
tglSetCost_CheckedChanged ( object sender, EventArgs e ) : void |
Handles the CheckedChanged event of the tglSetCost control.
|
Method | Description | |
---|---|---|
BindDiscountsGrid ( ) : void |
Binds the discounts grid.
|
|
BindFeesGrid ( ) : void |
Binds the fees grid.
|
|
BindFieldsGrid ( ) : void |
Binds the fields grid.
|
|
BuildControls ( bool setValues = false, System.Guid activeFormGuid = null ) : void |
Builds the controls.
|
|
BuildFormControl ( |
Builds the form control.
|
|
GetRegistrationTemplate ( int registrationTemplateId, |
Gets the registration template.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadDropDowns ( |
Loads the drop downs.
|
|
LoadStateDetails ( RegistrationTemplate RegistrationTemplate, |
Loads the state details.
|
|
ParseControls ( bool expandInvalid = false ) : void |
Parses the controls.
|
|
ReOrderFields ( List |
Reorder fields.
|
|
SetCostVisibility ( ) : void |
Sets the cost visibility.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetFieldDisplay ( ) : void |
Sets the field display.
|
|
SetHasRegistrations ( int registrationTemplateId, |
Sets the has registrations.
|
|
ShowDetail ( ) : void |
Shows the detail.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDiscountEdit ( System.Guid discountGuid ) : void |
Shows the discount edit.
|
|
ShowEditDetails ( RegistrationTemplate RegistrationTemplate, |
Shows the edit details.
|
|
ShowFeeEdit ( System.Guid feeGuid ) : void |
Shows the fee edit.
|
|
ShowFormFieldEdit ( System.Guid formGuid, System.Guid formFieldGuid ) : void |
Shows the form field edit.
|
|
ShowReadonlyDetails ( RegistrationTemplate RegistrationTemplate ) : void |
Shows the readonly details.
|
|
SortFields ( List |
Sorts the fields.
|
|
SortForms ( System.Guid guid, int newIndex ) : void |
Sorts the forms.
|
|
tfeForm_AddFieldClick ( object sender, TemplateFormFieldEventArg e ) : void |
Tfes the form_ add attribute click.
|
|
tfeForm_DeleteFieldClick ( object sender, TemplateFormFieldEventArg e ) : void |
Tfes the form_ delete attribute click.
|
|
tfeForm_DeleteFormClick ( object sender, EventArgs e ) : void |
Handles the DeleteFormClick event of the tfeForm control.
|
|
tfeForm_EditFieldClick ( object sender, TemplateFormFieldEventArg e ) : void |
Tfes the form_ edit attribute click.
|
|
tfeForm_RebindFieldClick ( object sender, TemplateFormFieldEventArg e ) : void |
Tfes the form_ rebind attribute click.
|
|
tfeForm_ReorderFieldClick ( object sender, TemplateFormFieldEventArg e ) : void |
Tfes the form_ reorder attribute click.
|
protected FormatFeeCost ( string value ) : string | ||
value | string | The value. |
return | string |
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
return | List |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | ||
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnCopy_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnEdit_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnSave_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected cbMultipleRegistrants_CheckedChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected ddlFieldSource_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dlgDiscount_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dlgFee_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dlgField_SaveClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gDiscounts_AddClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gDiscounts_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gDiscounts_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gDiscounts_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gDiscounts_GridReorder ( object sender, GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridReorderEventArgs | The |
return | void |
protected gFees_AddClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFees_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFees_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFees_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFees_GridReorder ( object sender, GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridReorderEventArgs | The |
return | void |
protected gFields_AddClick ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFields_Delete ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFields_Edit ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
return | void |
protected gFields_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gFields_GridReorder ( object sender, GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridReorderEventArgs | The |
return | void |
protected gFields_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | GridViewRowEventArgs | The |
return | void |
protected gtpGroupType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected lbAddForm_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected rblDiscountType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected rblFeeType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected tglSetCost_CheckedChanged ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |