C# Class afung.MangaWeb3.Client.Install.Module.InstallModule

Inheritance: afung.MangaWeb3.Client.Module.ModuleBase
Mostra file Open project: a-fung/MangaWeb3

Private Properties

Property Type Description
AdminConfirmPasswordChanged void
AdminPasswordChanged void
AdminUserChanged void
InstallModule System
LanguageChange void
LanguageChange void
MySqlCheckFailed void
MySqlCheckFailed void
MySqlCheckSettingChanged void
MySqlCheckSettingClicked void
MysqlCheckSuccess void
MysqlCheckSuccess void
OnPreInstallCheckRequestFinished void
OnPreInstallCheckRequestFinished void
OtherComponentCheckFailed void
OtherComponentCheckFailed void
OtherComponentCheckSuccess void
OtherComponentCheckSuccess void
OtherComponentInputChanged void
SubmitButtonClicked void

Protected Methods

Method Description
OnShow ( ) : void

Private Methods

Method Description
AdminConfirmPasswordChanged ( jQueryApi.jQueryEvent e ) : void
AdminPasswordChanged ( jQueryApi.jQueryEvent e ) : void
AdminUserChanged ( jQueryApi.jQueryEvent e ) : void
InstallModule ( ) : System
LanguageChange ( ) : void
LanguageChange ( jQueryApi.jQueryEvent e ) : void
MySqlCheckFailed ( ) : void
MySqlCheckFailed ( Exception error ) : void
MySqlCheckSettingChanged ( jQueryApi.jQueryEvent e ) : void
MySqlCheckSettingClicked ( jQueryApi.jQueryEvent e ) : void
MysqlCheckSuccess ( CheckMySqlSettingResponse response ) : void
MysqlCheckSuccess ( JsonResponse response ) : void
OnPreInstallCheckRequestFinished ( JsonResponse response ) : void
OnPreInstallCheckRequestFinished ( PreInstallCheckResponse response ) : void
OtherComponentCheckFailed ( ) : void
OtherComponentCheckFailed ( Exception error ) : void
OtherComponentCheckSuccess ( CheckOtherComponentResponse response ) : void
OtherComponentCheckSuccess ( JsonResponse response ) : void
OtherComponentInputChanged ( jQueryApi.jQueryEvent e ) : void
SubmitButtonClicked ( jQueryApi.jQueryEvent e ) : void

Method Details

OnShow() protected method

protected OnShow ( ) : void
return void