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

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

공개 메소드들

메소드 설명
DisableUnselectedServers ( ) : void
EnableNext ( ) : bool
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
PatchingWizard_SelectServers ( ) : System
SelectDefaultControl ( ) : void
SelectServers ( List selectedServers ) : void

비공개 메소드들

메소드 설명
AllSelectedHostsConnected ( ) : bool
CheckAllCheckBoxes ( int value ) : void
EnabledRow ( XenAPI.Host host, UpdateType type, int index ) : void
buttonClearAll_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
dataGridViewHosts_CheckBoxClicked ( object sender, EventArgs e ) : void
disableNotApplicableHosts ( PatchingHostsDataGridViewRow row, List selectedHosts, XenAPI.Host host ) : void
isPatchApplied ( string uuid, XenAPI.Host host ) : bool

메소드 상세

DisableUnselectedServers() 공개 메소드

public DisableUnselectedServers ( ) : void
리턴 void

EnableNext() 공개 메소드

public EnableNext ( ) : bool
리턴 bool

PageLeave() 공개 메소드

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

PageLoaded() 공개 메소드

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

PatchingWizard_SelectServers() 공개 메소드

public PatchingWizard_SelectServers ( ) : System
리턴 System

SelectDefaultControl() 공개 메소드

public SelectDefaultControl ( ) : void
리턴 void

SelectServers() 공개 메소드

public SelectServers ( List selectedServers ) : void
selectedServers List
리턴 void