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

Inheritance: ModalBase
Afficher le fichier Open project: a-fung/MangaWeb3 Class Usage Examples

Méthodes publiques

Méthode Description
InternalShow ( ) : void
ShowDialog ( ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

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

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InternalShow() public méthode

public InternalShow ( ) : void
Résultat void

ShowDialog() public static méthode

public static ShowDialog ( ) : void
Résultat void