C# Class XenAdmin.Wizards.NewSRWizard_Pages.Frontends.CifsFrontend

Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Méthode Description
CifsFrontend ( ) : System
EnableNext ( ) : bool
EnablePrevious ( ) : bool
PopulatePage ( ) : void
SelectDefaultControl ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AnyCifsParameters_TextChanged ( object sender, EventArgs e ) : void
HideCreateControls ( ) : void
InitializeComponent ( ) : void

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

ToggleReattachControlsEnabledState ( bool enable ) : void
UpdateButtons ( ) : void
buttonCifsScan_Click ( object sender, EventArgs e ) : void
listBoxCifsSRs_SelectedIndexChanged ( object sender, EventArgs e ) : void
radioButtonCifsNew_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonCifsReattach_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

CifsFrontend() public méthode

public CifsFrontend ( ) : System
Résultat System

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

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

EnablePrevious() public méthode

public EnablePrevious ( ) : bool
Résultat bool

PopulatePage() public méthode

public PopulatePage ( ) : void
Résultat void

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void