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

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

Méthodes publiques

Méthode Description
GetUserName ( Action successCallback, Action failureCallback, bool showPrompt, bool skipCurrentUserInfo ) : void
InternalPrompt ( ) : void
Logout ( ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
OnShown ( ) : void

Private Methods

Méthode Description
CancelButtonClicked ( jQueryApi.jQueryEvent e ) : void
CheckUserNameFailure ( Exception error ) : void
CheckUserNameSuccess ( JsonResponse response ) : void
CheckUserNameSuccess ( LoginResponse response, bool skipCurrentUserInfo ) : void
GetUserName ( Action successCallback ) : void
GetUserName ( Action successCallback, Action failureCallback ) : void
GetUserName ( Action successCallback, Action failureCallback, bool showPrompt ) : void
InternalHide ( ) : void
LoginFailure ( Exception error ) : void
LoginModal ( ) : System
LoginSuccess ( JsonResponse response ) : void
LoginSuccess ( LoginResponse response ) : void
LogoutSuccessful ( JsonResponse response ) : void
LogoutSuccessful ( LoginResponse response ) : void
Prompt ( ) : void
SubmitLogin ( jQueryApi.jQueryEvent e ) : void

Method Details

GetUserName() public static méthode

public static GetUserName ( Action successCallback, Action failureCallback, bool showPrompt, bool skipCurrentUserInfo ) : void
successCallback Action
failureCallback Action
showPrompt bool
skipCurrentUserInfo bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InternalPrompt() public méthode

public InternalPrompt ( ) : void
Résultat void

Logout() public static méthode

public static Logout ( ) : void
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void