C# Class MSR.Tools.Predictor.PredictorView

ファイルを表示 Open project: kirnosenko/msr-tools

Public Methods

Method Description
AddReport ( string text ) : void
AddRoc ( string model, string release, int id ) : void
ClearROCs ( ) : void
ClearReport ( ) : void
PredictorView ( ) : System
SetModelList ( IEnumerable models ) : void
SetReleaseList ( IEnumerable releases ) : void
Show ( ) : void
ShowError ( string text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddWorkToDo ( Action action ) : void
DoWork ( ) : void
InitializeComponent ( ) : void

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

ShowRocClick ( object sender, EventArgs e ) : void
SwitchMenuOptionClick ( object sender, EventArgs e ) : void
openConfigMenuClick ( object sender, EventArgs e ) : void
predictMenuClick ( object sender, EventArgs e ) : void
rbAll_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddReport() public method

public AddReport ( string text ) : void
text string
return void

AddRoc() public method

public AddRoc ( string model, string release, int id ) : void
model string
release string
id int
return void

ClearROCs() public method

public ClearROCs ( ) : void
return void

ClearReport() public method

public ClearReport ( ) : void
return void

Dispose() protected method

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

PredictorView() public method

public PredictorView ( ) : System
return System

SetModelList() public method

public SetModelList ( IEnumerable models ) : void
models IEnumerable
return void

SetReleaseList() public method

public SetReleaseList ( IEnumerable releases ) : void
releases IEnumerable
return void

Show() public method

public Show ( ) : void
return void

ShowError() public method

public ShowError ( string text ) : void
text string
return void