C# Class DfBAdminToolkit.View.SettingsView

Inheritance: FormEx, ISettingsView
Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Méthodes publiques

Méthode Description
HideView ( ) : void
Initialize ( ) : void
LoadSettingValues ( ) : void
SettingsView ( ) : DfBAdminToolkit.Common.Component
ShowView ( ) : void
ShowView ( IWin32Window owner ) : void
UnWireComponentEvents ( ) : void
UpdateSettingValues ( ) : void
WireComponentEvents ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
ButtonEx_SettingsCancel_Click ( object sender, EventArgs e ) : void
ButtonEx_SettingsSave_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.

Method Details

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

HideView() public méthode

public HideView ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadSettingValues() public méthode

public LoadSettingValues ( ) : void
Résultat void

OnLoad() protected méthode

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

SettingsView() public méthode

public SettingsView ( ) : DfBAdminToolkit.Common.Component
Résultat DfBAdminToolkit.Common.Component

ShowView() public méthode

public ShowView ( ) : void
Résultat void

ShowView() public méthode

public ShowView ( IWin32Window owner ) : void
owner IWin32Window
Résultat void

UnWireComponentEvents() public méthode

public UnWireComponentEvents ( ) : void
Résultat void

UpdateSettingValues() public méthode

public UpdateSettingValues ( ) : void
Résultat void

WireComponentEvents() public méthode

public WireComponentEvents ( ) : void
Résultat void