C# Class XenAdmin.Wizards.PatchingWizard.PatchingWizard_SelectServers

ファイルを表示 Open project: xenserver/xenadmin Class Usage Examples

Public Methods

Method Description
DisableUnselectedServers ( ) : void
EnableNext ( ) : bool
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
PatchingWizard_SelectServers ( ) : System
SelectDefaultControl ( ) : void
SelectServers ( List selectedServers ) : void

Private Methods

Method Description
AllSelectedHostsConnected ( ) : bool
CheckAllCheckBoxes ( int value ) : void
EnabledRow ( XenAPI.Host host, UpdateType type, int index ) : void
buttonClearAll_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
dataGridViewHosts_CheckBoxClicked ( object sender, EventArgs e ) : void
disableNotApplicableHosts ( PatchingHostsDataGridViewRow row, List selectedHosts, XenAPI.Host host ) : void
isPatchApplied ( string uuid, XenAPI.Host host ) : bool

Method Details

DisableUnselectedServers() public method

public DisableUnselectedServers ( ) : void
return void

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

PatchingWizard_SelectServers() public method

public PatchingWizard_SelectServers ( ) : System
return System

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void

SelectServers() public method

public SelectServers ( List selectedServers ) : void
selectedServers List
return void