C# Class afung.MangaWeb3.Client.Admin.Module.AdminMangasModule

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

Public Methods

Method Description
Refresh ( bool useFilter, AdminMangaFilterJson filter ) : void

Protected Methods

Method Description
OnShow ( ) : void

Private Methods

Method Description
AddButtonClicked ( jQueryApi.jQueryEvent e ) : void
AdminMangasModule ( ) : System
ChangePage ( int page ) : void
CopyMetaButtonClicked ( jQueryApi.jQueryEvent e ) : void
DeleteButtonClicked ( jQueryApi.jQueryEvent e ) : void
DeleteConfirm ( bool confirm ) : void
EditButtonClicked ( jQueryApi.jQueryEvent e ) : void
FilterButtonClicked ( jQueryApi.jQueryEvent e ) : void
GetRequestSuccess ( AdminMangasGetResponse response ) : void
GetRequestSuccess ( JsonResponse response ) : void
GetSelectedIds ( ) : int[]
GetTotalPage ( ) : int
MetaButtonClicked ( jQueryApi.jQueryEvent e ) : void
PasteMetaButtonClicked ( jQueryApi.jQueryEvent e ) : void
Refresh ( ) : void
Refresh ( JsonResponse response ) : void
RefreshButtonClicked ( jQueryEvent e ) : void

Method Details

OnShow() protected method

protected OnShow ( ) : void
return void

Refresh() public method

public Refresh ( bool useFilter, AdminMangaFilterJson filter ) : void
useFilter bool
filter AdminMangaFilterJson
return void