C# 클래스 DfBAdminToolkit.View.DataMigrationView

상속: Form, IDataMigrationView
파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool 1 사용 예제들

공개 메소드들

메소드 설명
DataMigrationView ( ) : BrightIdeasSoftware
EnableExportButton ( bool enable ) : void
EnableExportControl ( bool enable ) : void
HideView ( ) : void
Initialize ( ) : void
RenderContentSearchResult ( ) : void
ShowView ( ) : void
UnWireComponentEvents ( ) : void
WireComponentEvents ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ButtonEx_DataMigrationDisplayContent_Click ( object sender, EventArgs e ) : void
ButtonEx_DataMigrationExportReport_Click ( object sender, EventArgs e ) : void
ButtonEx_DataMigrationSelectFolder_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeOLVContentDisplay ( ) : void
InvokeDataChanged ( object sender, EventArgs e ) : void
TextBox_DataMigrationOutputFolderPath_OnDragDropEnd ( object sender, EventArgs e ) : void

메소드 상세

DataMigrationView() 공개 메소드

public DataMigrationView ( ) : BrightIdeasSoftware
리턴 BrightIdeasSoftware

Dispose() 보호된 메소드

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

EnableExportButton() 공개 메소드

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

EnableExportControl() 공개 메소드

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

HideView() 공개 메소드

public HideView ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RenderContentSearchResult() 공개 메소드

public RenderContentSearchResult ( ) : void
리턴 void

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

UnWireComponentEvents() 공개 메소드

public UnWireComponentEvents ( ) : void
리턴 void

WireComponentEvents() 공개 메소드

public WireComponentEvents ( ) : void
리턴 void