C# Class DotNetNuke.Services.Install.UpgradeWizard

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

Protected Properties

Свойство Type Description
LocalResourceFile string

Méthodes protégées

Méthode 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

Méthode 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 méthode

LocalizeString is a helper function for localizing strings
protected LocalizeString ( string key ) : string
key string
Résultat string

OnError() protected méthode

protected OnError ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

cboLanguages_SelectedIndexChanged() protected méthode

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

wizInstall_NextButtonClick() protected méthode

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
Résultat void

Property Details

LocalResourceFile protected_oe property

protected string LocalResourceFile
Résultat string