C# Class XenAdmin.Wizards.NewSRWizard_Pages.Frontends.LVMoHBA

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

Public Methods

Method Description
CreateSrDescriptor ( FibreChannelDevice device ) : LvmOhbaSrDescriptor
EnableNext ( ) : bool
EnablePrevious ( ) : bool
FiberChannelScan ( IWin32Window owner, IXenConnection connection, List &devices ) : bool
LVMoHBA ( ) : System
NextText ( bool isLastPage ) : string
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PopulatePage ( ) : void
SelectDefaultControl ( ) : void

Private Methods

Method Description
UpdateSelectedDevices ( ) : void
UpdateSelectionButtons ( ) : void
buttonClearAll_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
dataGridView_CellClick ( object sender, DataGridViewCellEventArgs e ) : void
dataGridView_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

CreateSrDescriptor() public method

public CreateSrDescriptor ( FibreChannelDevice device ) : LvmOhbaSrDescriptor
device FibreChannelDevice
return LvmOhbaSrDescriptor

EnableNext() public method

public EnableNext ( ) : bool
return bool

EnablePrevious() public method

public EnablePrevious ( ) : bool
return bool

FiberChannelScan() public method

public FiberChannelScan ( IWin32Window owner, IXenConnection connection, List &devices ) : bool
owner IWin32Window
connection IXenConnection
devices List
return bool

LVMoHBA() public method

public LVMoHBA ( ) : System
return System

NextText() public method

public NextText ( bool isLastPage ) : string
isLastPage bool
return string

PageLeave() public method

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
return void

PopulatePage() public method

public PopulatePage ( ) : void
return void

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void