C# Class DfBAdminToolkit.View.MainView

Inheritance: Form, IMainView
Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

CheckLatestVersion() public méthode

public CheckLatestVersion ( ) : void
Résultat void

Dispose() protected méthode

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

EnableLoadingSpinner() public méthode

public EnableLoadingSpinner ( bool enable ) : void
enable bool
Résultat void

EnableView() public méthode

public EnableView ( bool enable ) : void
enable bool
Résultat void

HideView() public méthode

public HideView ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MainView() public méthode

public MainView ( ) : Common.Utils
Résultat Common.Utils

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowErrorMessage() public méthode

public ShowErrorMessage ( string message, string title ) : void
message string
title string
Résultat void

ShowInfoMessage() public méthode

public ShowInfoMessage ( string message ) : void
message string
Résultat void

ShowView() public méthode

public ShowView ( ) : void
Résultat void

UnWireComponentEvents() public méthode

public UnWireComponentEvents ( ) : void
Résultat void

UpdateProgressText() public méthode

public UpdateProgressText ( string text ) : void
text string
Résultat void

UpdateTitleBarTeamStats() public méthode

public UpdateTitleBarTeamStats ( ) : void
Résultat void

WireComponentEvents() public méthode

public WireComponentEvents ( ) : void
Résultat void