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

Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CreateSrDescriptor ( FibreChannelDevice device ) : LvmOhbaSrDescriptor
device FibreChannelDevice
Résultat LvmOhbaSrDescriptor

EnableNext() public méthode

public EnableNext ( ) : bool
Résultat bool

EnablePrevious() public méthode

public EnablePrevious ( ) : bool
Résultat bool

FiberChannelScan() public méthode

public FiberChannelScan ( IWin32Window owner, IXenConnection connection, List &devices ) : bool
owner IWin32Window
connection IXenConnection
devices List
Résultat bool

LVMoHBA() public méthode

public LVMoHBA ( ) : System
Résultat System

NextText() public méthode

public NextText ( bool isLastPage ) : string
isLastPage bool
Résultat string

PageLeave() public méthode

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
Résultat void

PopulatePage() public méthode

public PopulatePage ( ) : void
Résultat void

SelectDefaultControl() public méthode

public SelectDefaultControl ( ) : void
Résultat void