C# 클래스 DotNetNuke.Services.Install.UpgradeWizard

The InstallWizard class provides the Installation Wizard for DotNetNuke
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: ucdavis/caesdodnn

보호된 프로퍼티들

프로퍼티 타입 설명
LocalResourceFile string

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

LocalizeString() 보호된 메소드

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

OnError() 보호된 메소드

protected OnError ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

cboLanguages_SelectedIndexChanged() 보호된 메소드

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

wizInstall_NextButtonClick() 보호된 메소드

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
리턴 void

프로퍼티 상세

LocalResourceFile 보호되어 있는 프로퍼티

protected string LocalResourceFile
리턴 string