C# Class afung.MangaWeb3.Client.Modal.ChangePasswordModal

Inheritance: ModalBase
显示文件 Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShow ( ) : void
ShowDialog ( ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ChangePasswordModal ( ) : System
SubmitFailure ( Exception error ) : void
SubmitForm ( jQueryApi.jQueryEvent e ) : void
SubmitSuccess ( ChangePasswordResponse response ) : void
SubmitSuccess ( JsonResponse response ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( ) : void
return void

ShowDialog() public static method

public static ShowDialog ( ) : void
return void