C# 클래스 XenAdmin.Wizards.PatchingWizard.PatchingWizard_UploadPage

상속: XenAdmin.Controls.XenTabPage
파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllCreatedSuppPackVdis List
AllDownloadedPatches string>.Dictionary
AllIntroducedPoolUpdates List
NewUploadedPatches string>.Dictionary
SuppPackVdis VDI>.Dictionary

공개 메소드들

메소드 설명
EnableNext ( ) : bool
EnablePrevious ( ) : bool
PageCancelled ( ) : void
PageLoaded ( PageLoadedDirection direction ) : void
PatchingWizard_UploadPage ( ) : System
SelectDefaultControl ( ) : void

비공개 메소드들

메소드 설명
AddToUploadedUpdates ( string patchPath, XenAPI.Host host ) : void
AllServersElyOrGreater ( ) : bool
CanUploadUpdateOnHost ( string patchPath, XenAPI.Host host ) : bool
CancelAction ( XenAdmin.Actions.AsyncAction action ) : void
DownloadFile ( ) : void
GetActionDescription ( XenAdmin.Actions.AsyncAction action ) : string
GetPatchFromPatchPath ( ) : Pool_patch
GetTextColor ( XenAdmin.Actions.AsyncAction action ) : Color
PatchExistsOnPool ( Pool_patch patch, XenAPI.Host poolMaster ) : bool
PrepareUploadActions ( ) : void
StartUploading ( ) : void
TryUploading ( ) : void
UpdateActionDescription ( XenAdmin.Actions.AsyncAction action ) : void
UpdateActionProgress ( XenAdmin.Actions.AsyncAction action ) : void
UpdateButtons ( ) : void
drawActionText ( Image icon, string actionTitle, string actionDescription, Color textColor, DrawItemEventArgs e ) : void
errorLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
flickerFreeListBox1_DrawItem ( object sender, DrawItemEventArgs e ) : void
multipleAction_Completed ( object sender ) : void
singleAction_Changed ( object sender ) : void
singleAction_Completed ( XenAdmin.Actions.ActionBase sender ) : void

메소드 상세

EnableNext() 공개 메소드

public EnableNext ( ) : bool
리턴 bool

EnablePrevious() 공개 메소드

public EnablePrevious ( ) : bool
리턴 bool

PageCancelled() 공개 메소드

public PageCancelled ( ) : void
리턴 void

PageLoaded() 공개 메소드

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

PatchingWizard_UploadPage() 공개 메소드

public PatchingWizard_UploadPage ( ) : System
리턴 System

SelectDefaultControl() 공개 메소드

public SelectDefaultControl ( ) : void
리턴 void

프로퍼티 상세

AllCreatedSuppPackVdis 공개적으로 프로퍼티

public List AllCreatedSuppPackVdis
리턴 List

AllDownloadedPatches 공개적으로 프로퍼티

public Dictionary AllDownloadedPatches
리턴 string>.Dictionary

AllIntroducedPoolUpdates 공개적으로 프로퍼티

public List AllIntroducedPoolUpdates
리턴 List

NewUploadedPatches 공개적으로 프로퍼티

public Dictionary NewUploadedPatches
리턴 string>.Dictionary

SuppPackVdis 공개적으로 프로퍼티

public Dictionary SuppPackVdis
리턴 VDI>.Dictionary