C# Class XenAdmin.Wizards.ImportWizard.ImportEulaPage

Class representing the page of the ImportAppliance wizard where the user accepts any EULAs included in the imported appliance.
Inheritance: XenAdmin.Controls.XenTabPage
Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Méthode Description
CheckPageDisabled ( ) : void
EnableNext ( ) : bool
ImportEulaPage ( ) : System
PageLoaded ( PageLoadedDirection direction ) : void
PopulatePage ( ) : void
SelectDefaultControl ( ) : void

Méthodes protégées

Méthode Description
ImplementsIsDirty ( ) : bool

Private Methods

Méthode Description
CheckEulaAccepted ( ) : void
CheckNumberOfEulas ( int number, string &error ) : bool
PerformCheck ( ) : bool

Performs certain checks on the pages's input data and shows/hides an error accordingly

m_checkBoxAccept_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

CheckPageDisabled() public méthode

public CheckPageDisabled ( ) : void
Résultat void

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

ImplementsIsDirty() protected méthode

protected ImplementsIsDirty ( ) : bool
Résultat bool

ImportEulaPage() public méthode

public ImportEulaPage ( ) : System
Résultat System

PageLoaded() public méthode

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

PopulatePage() public méthode

public PopulatePage ( ) : void
Résultat void

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void