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

Inheritance: afung.MangaWeb3.Client.Modal.ModalBase
ファイルを表示 Open project: a-fung/MangaWeb3 Class Usage Examples

Public Methods

Method Description
InternalShow ( int id, int copiedId ) : void
ShowDialog ( AdminMangasModule mangasModule, int id, int copiedId ) : void

Protected Methods

Method Description
Initialize ( ) : void
OnShown ( ) : void

Private Methods

Method 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 method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( int id, int copiedId ) : void
id int
copiedId int
return void

OnShown() protected method

protected OnShown ( ) : void
return void

ShowDialog() public static method

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