C# Class XenAdmin.Wizards.PatchingWizard.PatchingWizard_PrecheckPage

Inheritance: XenAdmin.Controls.XenTabPage
Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Свойство Type Description
ProblemsResolvedPreCheck List
SelectedServers List

Private Properties

Свойство Type Description
AddRowToGridView void
DeregisterEventHandlers void
ExecuteCheck List
ExecuteSolution void
PercentageSelectedServers int
RegisterEventHandlers void
StartResolvePrechecksAction void
UpdateActionProgress void
UpdateControls void
_worker_RunWorkerCompleted void
buttonReCheckProblems_Click void
buttonResolveAll_Click void
checkBox1_CheckedChanged void
dataGridView1_CellContentClick void
dataGridView1_CellMouseMove void
dataGridView1_KeyPress void
resolvePrecheckAction_Changed void
resolvePrecheckAction_Completed void
worker_DoWork void
worker_ProgressChanged void

Méthodes publiques

Méthode Description
Connection_ConnectionStateChanged ( object sender, EventArgs e ) : void
EnableNext ( ) : bool
EnablePrevious ( ) : bool
PageCancelled ( ) : void
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
PatchingWizard_PrecheckPage ( ) : System
SelectDefaultControl ( ) : void

Méthodes protégées

Méthode Description
GenerateChecks ( Pool_patch patch ) : List>>.List
GenerateChecks ( Pool_update update ) : List>>.List
GenerateCommonChecks ( ) : List>>.List
RefreshRechecks ( ) : void

Private Methods

Méthode Description
AddRowToGridView ( System.Windows.Forms.DataGridViewRow row ) : void
DeregisterEventHandlers ( ) : void
ExecuteCheck ( Check check ) : List
ExecuteSolution ( PreCheckHostRow preCheckHostRow ) : void
PercentageSelectedServers ( int i ) : int
RegisterEventHandlers ( ) : void
StartResolvePrechecksAction ( ) : void
UpdateActionProgress ( AsyncAction action ) : void
UpdateControls ( bool problemsFound = false ) : void
_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
buttonReCheckProblems_Click ( object sender, EventArgs e ) : void
buttonResolveAll_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
dataGridView1_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView1_CellMouseMove ( object sender, DataGridViewCellMouseEventArgs e ) : void
dataGridView1_KeyPress ( object sender, KeyPressEventArgs e ) : void
resolvePrecheckAction_Changed ( object sender ) : void
resolvePrecheckAction_Completed ( object sender ) : void
worker_DoWork ( object sender, DoWorkEventArgs e ) : void
worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Method Details

Connection_ConnectionStateChanged() public méthode

public Connection_ConnectionStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

EnablePrevious() public méthode

public EnablePrevious ( ) : bool
Résultat bool

GenerateChecks() protected méthode

protected GenerateChecks ( Pool_patch patch ) : List>>.List
patch Pool_patch
Résultat List>>.List

GenerateChecks() protected méthode

protected GenerateChecks ( Pool_update update ) : List>>.List
update Pool_update
Résultat List>>.List

GenerateCommonChecks() protected méthode

protected GenerateCommonChecks ( ) : List>>.List
Résultat List>>.List

PageCancelled() public méthode

public PageCancelled ( ) : void
Résultat void

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_PrecheckPage() public méthode

public PatchingWizard_PrecheckPage ( ) : System
Résultat System

RefreshRechecks() protected méthode

protected RefreshRechecks ( ) : void
Résultat void

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void

Property Details

ProblemsResolvedPreCheck public_oe property

public List ProblemsResolvedPreCheck
Résultat List

SelectedServers public_oe property

public List SelectedServers
Résultat List