C# 클래스 VMwareIntegration.formConfigurations

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

공개 프로퍼티들

프로퍼티 타입 설명
TestCompleted delegateTestCompleted

공개 메소드들

메소드 설명
OnInternalOnTestCompleted ( bool success, string message, string failureText ) : void
formConfigurations ( ) : System
runner_TestCompleted ( bool result, string message, string failureText ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetStatusColumn ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnTestCompleted ( bool success, string message ) : void
ReportStatusForCurrentItem ( string result, string failureText ) : void
SelectAll ( bool select ) : void
SetTestRunning ( bool running ) : void
ShowTestInfo ( ) : void
StartNextTest ( ) : bool

Locates the next test to run and starts it.

StopTest ( ) : void
buttonClose_Click ( object sender, EventArgs e ) : void
buttonRunSelected_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
buttonSelectNone_Click ( object sender, EventArgs e ) : void
buttonStop_Click ( object sender, EventArgs e ) : void
checkStopOnError_CheckedChanged ( object sender, EventArgs e ) : void
formConfigurations_FormClosing ( object sender, FormClosingEventArgs e ) : void
formConfigurations_Load ( object sender, EventArgs e ) : void
formConfigurations_Shown ( object sender, EventArgs e ) : void
listConfigurations_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnInternalOnTestCompleted() 공개 메소드

public OnInternalOnTestCompleted ( bool success, string message, string failureText ) : void
success bool
message string
failureText string
리턴 void

formConfigurations() 공개 메소드

public formConfigurations ( ) : System
리턴 System

runner_TestCompleted() 공개 메소드

public runner_TestCompleted ( bool result, string message, string failureText ) : void
result bool
message string
failureText string
리턴 void

프로퍼티 상세

TestCompleted 공개적으로 프로퍼티

public delegateTestCompleted TestCompleted
리턴 delegateTestCompleted