C# Class XenAdmin.Wizards.HAWizard_Pages.HAFinishPage

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

Méthodes publiques

Свойство Type Description
AlwaysRestart int
AlwaysRestartHighPriority int
BestEffort int
DoNotRestart int

Méthodes publiques

Méthode Description
HAFinishPage ( ) : System
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ClearControls ( ) : void
GetVmNumber ( int number ) : string
InitializeComponent ( ) : void

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

Method Details

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

HAFinishPage() public méthode

public HAFinishPage ( ) : System
Résultat System

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

Property Details

AlwaysRestart public_oe property

public int AlwaysRestart
Résultat int

AlwaysRestartHighPriority public_oe property

public int AlwaysRestartHighPriority
Résultat int

BestEffort public_oe property

public int BestEffort
Résultat int

DoNotRestart public_oe property

public int DoNotRestart
Résultat int