C# 클래스 XenAdmin.Wizards.NewSRWizard_Pages.Frontends.LVMoHBA

파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSrDescriptor() 공개 메소드

public CreateSrDescriptor ( FibreChannelDevice device ) : LvmOhbaSrDescriptor
device FibreChannelDevice
리턴 LvmOhbaSrDescriptor

EnableNext() 공개 메소드

public EnableNext ( ) : bool
리턴 bool

EnablePrevious() 공개 메소드

public EnablePrevious ( ) : bool
리턴 bool

FiberChannelScan() 공개 메소드

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

LVMoHBA() 공개 메소드

public LVMoHBA ( ) : System
리턴 System

NextText() 공개 메소드

public NextText ( bool isLastPage ) : string
isLastPage bool
리턴 string

PageLeave() 공개 메소드

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

PopulatePage() 공개 메소드

public PopulatePage ( ) : void
리턴 void

SelectDefaultControl() 공개 메소드

public SelectDefaultControl ( ) : void
리턴 void