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

Inheritance: ModalBase
Mostra file Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShow ( string message ) : void
Show ( string message, Action callback ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

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

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( string message ) : void
message string
return void

Show() public static method

public static Show ( string message, Action callback ) : void
message string
callback Action
return void