C# 클래스 XenAdmin.Controls.XenTabPage

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Connection IXenConnection
DisableStep bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckPageDisabled ( ) : void

Check whether this step needs to be disabled. Not always overriden in derived classes

EnableCancel ( ) : bool
EnableNext ( ) : bool
EnablePrevious ( ) : bool
NextText ( bool isLastPage ) : string
PageCancelled ( ) : void

Called when the wizard's Cancel button is hit while on this page

PageLeave ( PageLoadedDirection direction, bool &cancel ) : void

Always remember to call the base method in the END when overriding this in derived classes

PageLoaded ( PageLoadedDirection direction ) : void

Always remember to call the base method in the BEGINNING when overriding this in derived classes so the page gets populated

PopulatePage ( ) : void

Not always overriden in derived classes

SelectDefaultControl ( ) : void

Select a control on the page. Not always overriden in derived classes

XenTabPage ( ) : System

보호된 메소드들

메소드 설명
ImplementsIsDirty ( ) : bool

Does the page use IsDirty?

OnPageUpdated ( ) : void

메소드 상세

CheckPageDisabled() 공개 메소드

Check whether this step needs to be disabled. Not always overriden in derived classes
public CheckPageDisabled ( ) : void
리턴 void

EnableCancel() 공개 메소드

public EnableCancel ( ) : bool
리턴 bool

EnableNext() 공개 메소드

public EnableNext ( ) : bool
리턴 bool

EnablePrevious() 공개 메소드

public EnablePrevious ( ) : bool
리턴 bool

ImplementsIsDirty() 보호된 메소드

Does the page use IsDirty?
protected ImplementsIsDirty ( ) : bool
리턴 bool

NextText() 공개 메소드

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

OnPageUpdated() 보호된 메소드

protected OnPageUpdated ( ) : void
리턴 void

PageCancelled() 공개 메소드

Called when the wizard's Cancel button is hit while on this page
public PageCancelled ( ) : void
리턴 void

PageLeave() 공개 메소드

Always remember to call the base method in the END when overriding this in derived classes
public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
리턴 void

PageLoaded() 공개 메소드

Always remember to call the base method in the BEGINNING when overriding this in derived classes so the page gets populated
public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
리턴 void

PopulatePage() 공개 메소드

Not always overriden in derived classes
public PopulatePage ( ) : void
리턴 void

SelectDefaultControl() 공개 메소드

Select a control on the page. Not always overriden in derived classes
public SelectDefaultControl ( ) : void
리턴 void

XenTabPage() 공개 메소드

public XenTabPage ( ) : System
리턴 System

프로퍼티 상세

Connection 공개적으로 프로퍼티

public IXenConnection Connection
리턴 IXenConnection

DisableStep 공개적으로 프로퍼티

Set this value to true to grey the step out in the wizard progress and mark it to be skipped
public bool DisableStep
리턴 bool