C# 클래스 DfBAdminToolkit.View.DumpUserContentView

상속: System.Windows.Forms.Form, IDumpUserContentView
파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool 1 사용 예제들

공개 메소드들

메소드 설명
DumpUserContentView ( ) : BrightIdeasSoftware
EnableContextMenuItems ( bool enable ) : void
EnableDumpButton ( bool enable ) : void
EnableDumpControl ( bool enable ) : void
HideView ( ) : void
Initialize ( ) : void
LazyInitializeContextMenu ( ) : void
RefreshAccessToken ( ) : void
RenderMembersFileSearchResult ( ) : void
RenderMembersSearchResult ( ) : void
SetContextMenuItemText ( string menuItemsText ) : void
ShowGroups ( bool show ) : void
ShowView ( ) : void
UnWireComponentEvents ( ) : void
WireComponentEvents ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Button_DumpUserContentDump_Click ( object sender, EventArgs e ) : void
Button_DumpUserContentOutputDir_Click ( object sender, EventArgs e ) : void
Button_MemberListView_Click ( object sender, EventArgs e ) : void
CheckBoxDeleteUser_CheckedChanged ( object sender, EventArgs e ) : void
CheckBoxDumpToZip_CheckedChanged ( object sender, EventArgs e ) : void
CheckBoxKeepAccount_CheckedChanged ( object sender, EventArgs e ) : void
CheckBoxSuspendUser_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeOLVMembers ( ) : void
InvokeDataChanged ( object sender, EventArgs e ) : void
Item_Click ( object sender, EventArgs e ) : void
ObjectListView_MemberList_HeaderCheckBoxChanging ( object sender, BrightIdeasSoftware.HeaderCheckBoxChangingEventArgs e ) : void
ObjectListView_MemberList_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
ObjectListView_MemberList_ItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void
TextBox_DumpUserContentOutputDir_OnDragDropEnd ( object sender, EventArgs e ) : void
TextBox_MemberListAccessToken_TextChanged ( object sender, EventArgs e ) : void
UnWireContextMenuEvent ( ) : void
UncheckHeaderCheckbox ( ObjectListView olv, OLVColumn col ) : void
WireUpContextMenuEvent ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DumpUserContentView() 공개 메소드

public DumpUserContentView ( ) : BrightIdeasSoftware
리턴 BrightIdeasSoftware

EnableContextMenuItems() 공개 메소드

public EnableContextMenuItems ( bool enable ) : void
enable bool
리턴 void

EnableDumpButton() 공개 메소드

public EnableDumpButton ( bool enable ) : void
enable bool
리턴 void

EnableDumpControl() 공개 메소드

public EnableDumpControl ( bool enable ) : void
enable bool
리턴 void

HideView() 공개 메소드

public HideView ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LazyInitializeContextMenu() 공개 메소드

public LazyInitializeContextMenu ( ) : void
리턴 void

RefreshAccessToken() 공개 메소드

public RefreshAccessToken ( ) : void
리턴 void

RenderMembersFileSearchResult() 공개 메소드

public RenderMembersFileSearchResult ( ) : void
리턴 void

RenderMembersSearchResult() 공개 메소드

public RenderMembersSearchResult ( ) : void
리턴 void

SetContextMenuItemText() 공개 메소드

public SetContextMenuItemText ( string menuItemsText ) : void
menuItemsText string
리턴 void

ShowGroups() 공개 메소드

public ShowGroups ( bool show ) : void
show bool
리턴 void

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

UnWireComponentEvents() 공개 메소드

public UnWireComponentEvents ( ) : void
리턴 void

WireComponentEvents() 공개 메소드

public WireComponentEvents ( ) : void
리턴 void