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

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

Méthodes publiques

Méthode Description
InternalShow ( string message ) : void
Show ( string message, Action callback ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
ConfirmModal ( ) : System
InternalButtonClicked ( bool confirm ) : void
NoButtonClicked ( jQueryApi.jQueryEvent e ) : void
YesButtonClicked ( jQueryApi.jQueryEvent e ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InternalShow() public méthode

public InternalShow ( string message ) : void
message string
Résultat void

Show() public static méthode

public static Show ( string message, Action callback ) : void
message string
callback Action
Résultat void