C# 클래스 XenAdmin.Wizards.ImportWizard.ImportEulaPage

Class representing the page of the ImportAppliance wizard where the user accepts any EULAs included in the imported appliance.
상속: XenAdmin.Controls.XenTabPage
파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 메소드들

메소드 설명
CheckPageDisabled ( ) : void
EnableNext ( ) : bool
ImportEulaPage ( ) : System
PageLoaded ( PageLoadedDirection direction ) : void
PopulatePage ( ) : void
SelectDefaultControl ( ) : void

보호된 메소드들

메소드 설명
ImplementsIsDirty ( ) : bool

비공개 메소드들

메소드 설명
CheckEulaAccepted ( ) : void
CheckNumberOfEulas ( int number, string &error ) : bool
PerformCheck ( ) : bool

Performs certain checks on the pages's input data and shows/hides an error accordingly

m_checkBoxAccept_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

CheckPageDisabled() 공개 메소드

public CheckPageDisabled ( ) : void
리턴 void

EnableNext() 공개 메소드

public EnableNext ( ) : bool
리턴 bool

ImplementsIsDirty() 보호된 메소드

protected ImplementsIsDirty ( ) : bool
리턴 bool

ImportEulaPage() 공개 메소드

public ImportEulaPage ( ) : System
리턴 System

PageLoaded() 공개 메소드

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
리턴 void

PopulatePage() 공개 메소드

public PopulatePage ( ) : void
리턴 void

SelectDefaultControl() 공개 메소드

public SelectDefaultControl ( ) : void
리턴 void