C# Class XenAdmin.Wizards.BugToolWizardFiles.BugToolPageRetrieveData

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

Méthodes publiques

Méthode Description
BugToolPageRetrieveData ( ) : System
EnableNext ( ) : bool
PageCancelled ( ) : void
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
SelectDefaultControl ( ) : void

Private Methods

Méthode Description
CancelAction ( ) : void

Must be called on the event thread.

RunAction ( IEnumerable capabilities, List hosts ) : void
_action_Changed ( object sender ) : void
_action_Completed ( XenAdmin.Actions.ActionBase sender ) : void
actionchanged ( ) : void
finish ( ) : void
flickerFreeListBox1_DrawItem ( object sender, DrawItemEventArgs e ) : void

Method Details

BugToolPageRetrieveData() public méthode

public BugToolPageRetrieveData ( ) : System
Résultat System

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

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

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void