C# Class XenAdmin.Wizards.PatchingWizard.PatchingWizard_SelectServers

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

Méthodes publiques

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

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

public DisableUnselectedServers ( ) : void
Résultat void

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

PageLeave() public méthode

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
Résultat void

PageLoaded() public méthode

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
Résultat void

PatchingWizard_SelectServers() public méthode

public PatchingWizard_SelectServers ( ) : System
Résultat System

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void

SelectServers() public méthode

public SelectServers ( List selectedServers ) : void
selectedServers List
Résultat void