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

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

Public Methods

Method Description
InternalShow ( int uid ) : void
Refresh ( ) : void
ShowDialog ( int uid ) : void

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AdminUserCollectionsModal ( ) : System
AllowButtonClicked ( jQueryApi.jQueryEvent e ) : void
ChangePage ( int page ) : void
DeleteButtonClicked ( jQueryApi.jQueryEvent e ) : void
DeleteConfirm ( bool confirm ) : void
DenyButtonClicked ( jQueryApi.jQueryEvent e ) : void
GetRequestSuccess ( AdminCollectionsUsersGetResponse response ) : void
GetRequestSuccess ( JsonResponse response ) : void
GetSelectedIds ( ) : int[]
GetTotalPage ( ) : int
InternalAccessButtonClicked ( bool access ) : void
Refresh ( JsonResponse response ) : void
SubmitAddForm ( jQueryApi.jQueryEvent e ) : void
SubmitAddFormFailure ( Exception error ) : void
SubmitAddFormSuccess ( JsonResponse response ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

InternalShow() public method

public InternalShow ( int uid ) : void
uid int
return void

Refresh() public method

public Refresh ( ) : void
return void

ShowDialog() public static method

public static ShowDialog ( int uid ) : void
uid int
return void