C# 클래스 afung.MangaWeb3.Client.Admin.Modal.AdminCollectionUsersModal

상속: afung.MangaWeb3.Client.Modal.ModalBase
파일 보기 프로젝트 열기: a-fung/MangaWeb3 1 사용 예제들

공개 메소드들

메소드 설명
InternalShow ( int cid ) : void
Refresh ( ) : void
ShowDialog ( int cid ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
AdminCollectionUsersModal ( ) : 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

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

InternalShow() 공개 메소드

public InternalShow ( int cid ) : void
cid int
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( int cid ) : void
cid int
리턴 void