C# Class XenAdmin.Wizards.RollingUpgradeWizard.RollingUpgradeWizardSelectPool

Inheritance: XenAdmin.Controls.XenTabPage
Mostrar archivo Open project: xenserver/xenadmin Class Usage Examples

Public Methods

Method Description
EnableNext ( ) : bool
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
RollingUpgradeWizardSelectPool ( ) : System
SelectDefaultControl ( ) : void

Private Methods

Method Description
AllSelectedHostsConnected ( ) : bool
BuildServerList ( ) : void
DataGridRowClicked ( object sender, EventArgs e ) : void
DeselectMaster ( XenAPI.Host master ) : void
IsNotAnUpgradeableVersion ( XenAPI.Host host ) : bool
buttonClearAll_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void

Method Details

EnableNext() public method

public EnableNext ( ) : bool
return bool

PageLeave() public method

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
return void

PageLoaded() public method

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
return void

RollingUpgradeWizardSelectPool() public method

public RollingUpgradeWizardSelectPool ( ) : System
return System

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void