C# Class afung.MangaWeb3.Client.Admin.Modal.AdminMangaMetaModal

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

Méthodes publiques

Méthode Description
InternalShow ( int id, int copiedId ) : void
ShowDialog ( AdminMangasModule mangasModule, int id, int copiedId ) : void

Méthodes protégées

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

Private Methods

Méthode Description
AdminMangaMetaModal ( ) : System
GetMetaSuccess ( AdminMangaMetaGetResponse response ) : void
GetMetaSuccess ( JsonResponse response ) : void
SubmitFailure ( Exception error ) : void
SubmitForm ( jQueryEvent e ) : void
SubmitSuccess ( ) : void
SubmitSuccess ( JsonResponse response ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InternalShow() public méthode

public InternalShow ( int id, int copiedId ) : void
id int
copiedId int
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

ShowDialog() public static méthode

public static ShowDialog ( AdminMangasModule mangasModule, int id, int copiedId ) : void
mangasModule afung.MangaWeb3.Client.Admin.Module.AdminMangasModule
id int
copiedId int
Résultat void