C# Класс VMwareIntegration.formConfigurations

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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