C# Class DotNetNuke.Services.Install.UpgradeWizard

The InstallWizard class provides the Installation Wizard for DotNetNuke
Inheritance: System.Web.UI.Page
Show file Open project: ucdavis/caesdodnn

Protected Properties

Property Type Description
LocalResourceFile string

Protected Methods

Method Description
LocalizeString ( string key ) : string

LocalizeString is a helper function for localizing strings

OnError ( EventArgs e ) : void
OnInit ( EventArgs e ) : void

Page_Init runs when the Page is initialised

OnLoad ( EventArgs e ) : void

Page_Load runs when the Page loads

cboLanguages_SelectedIndexChanged ( object sender, EventArgs e ) : void

Runs when the Selected Language is changed

wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void

Runs when the Wizard's Next button is clicked

Private Methods

Method Description
EnableButton ( LinkButton button, bool enabled ) : void

EnableButton enables/Disables a Navigation Button

GetInstallerLocales ( ) : ArrayList

GetInstallerLocales gets an ArrayList of the Locales

GetWizardButton ( string containerID, string buttonID ) : LinkButton

GetWizardButton gets a wizard button from the template

LocalizePage ( ) : void

LocalizePage sets up the Localized Text

SelectBrowserLanguage ( ) : void

Method Details

LocalizeString() protected method

LocalizeString is a helper function for localizing strings
protected LocalizeString ( string key ) : string
key string
return string

OnError() protected method

protected OnError ( EventArgs e ) : void
e System.EventArgs
return void

OnInit() protected method

Page_Init runs when the Page is initialised
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

Page_Load runs when the Page loads
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

cboLanguages_SelectedIndexChanged() protected method

Runs when the Selected Language is changed
protected cboLanguages_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

wizInstall_NextButtonClick() protected method

Runs when the Wizard's Next button is clicked
protected wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void
sender object
e System.Web.UI.WebControls.WizardNavigationEventArgs
return void

Property Details

LocalResourceFile protected property

protected string LocalResourceFile
return string