C# Class XenAdmin.SettingsPanels.GpuEditPage

ファイルを表示 Open project: xenserver/xenadmin Class Usage Examples

Public Properties

Property Type Description
vm VM

Public Methods

Method Description
Cleanup ( ) : void
GpuEditPage ( ) : System
PopulatePage ( ) : void
SaveSettings ( ) : AsyncAction
SelectDefaultControl ( ) : void
SetXenObjects ( IXenObject orig, IXenObject clone ) : void
ShowHideWarnings ( ) : void
ShowLocalValidationMessages ( ) : void

Private Methods

Method Description
PopulateComboBox ( ) : void
comboBoxGpus_SelectedIndexChanged ( object sender, EventArgs e ) : void
warningsTable_SizeChanged ( object sender, EventArgs e ) : void

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

GpuEditPage() public method

public GpuEditPage ( ) : System
return System

PopulatePage() public method

public PopulatePage ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : AsyncAction
return AsyncAction

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void

SetXenObjects() public method

public SetXenObjects ( IXenObject orig, IXenObject clone ) : void
orig IXenObject
clone IXenObject
return void

ShowHideWarnings() public method

public ShowHideWarnings ( ) : void
return void

ShowLocalValidationMessages() public method

public ShowLocalValidationMessages ( ) : void
return void

Property Details

vm public_oe property

public VM vm
return VM