C# 클래스 DfBAdminToolkit.View.MainView

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

공개 메소드들

메소드 설명
CheckLatestVersion ( ) : void
EnableLoadingSpinner ( bool enable ) : void
EnableView ( bool enable ) : void
HideView ( ) : void
Initialize ( ) : void
MainView ( ) : Common.Utils
ShowErrorMessage ( string message, string title ) : void
ShowInfoMessage ( string message ) : void
ShowView ( ) : void
UnWireComponentEvents ( ) : void
UpdateProgressText ( string text ) : void
UpdateTitleBarTeamStats ( ) : void
WireComponentEvents ( ) : void

보호된 메소드들

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

Clean up any resources being used.

OnShown ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateDataMigrationView ( ) : DataMigrationView
CreateDevicesView ( ) : DevicesView
CreateDumpUserContentView ( ) : DumpUserContentView
CreateGroupsView ( ) : GroupsView
CreateProvisionView ( ) : ProvisioningView
CreateTeamFoldersView ( ) : TeamFoldersView
CreateTextSearchView ( ) : TextSearchView
ExitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
GetSettingPresenter ( ) : ISettingsPresenter
InitializeComponent ( ) : void

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

InitializeRuntimeComponent ( ) : void
RegisterTabPages ( ) : void
RepaintTabControlBackground ( ) : void
SettingsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
TabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

CheckLatestVersion() 공개 메소드

public CheckLatestVersion ( ) : void
리턴 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

EnableLoadingSpinner() 공개 메소드

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

EnableView() 공개 메소드

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

HideView() 공개 메소드

public HideView ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

MainView() 공개 메소드

public MainView ( ) : Common.Utils
리턴 Common.Utils

OnShown() 보호된 메소드

protected OnShown ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShowErrorMessage() 공개 메소드

public ShowErrorMessage ( string message, string title ) : void
message string
title string
리턴 void

ShowInfoMessage() 공개 메소드

public ShowInfoMessage ( string message ) : void
message string
리턴 void

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

UnWireComponentEvents() 공개 메소드

public UnWireComponentEvents ( ) : void
리턴 void

UpdateProgressText() 공개 메소드

public UpdateProgressText ( string text ) : void
text string
리턴 void

UpdateTitleBarTeamStats() 공개 메소드

public UpdateTitleBarTeamStats ( ) : void
리턴 void

WireComponentEvents() 공개 메소드

public WireComponentEvents ( ) : void
리턴 void