C# Class XenAdmin.Wizards.HAWizard_Pages.HAFinishPage

Inheritance: XenAdmin.Controls.XenTabPage
Exibir arquivo Open project: xenserver/xenadmin Class Usage Examples

Public Properties

Property Type Description
AlwaysRestart int
AlwaysRestartHighPriority int
BestEffort int
DoNotRestart int

Public Methods

Method Description
HAFinishPage ( ) : System
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HAFinishPage() public method

public HAFinishPage ( ) : System
return System

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

Property Details

AlwaysRestart public_oe property

public int AlwaysRestart
return int

AlwaysRestartHighPriority public_oe property

public int AlwaysRestartHighPriority
return int

BestEffort public_oe property

public int BestEffort
return int

DoNotRestart public_oe property

public int DoNotRestart
return int