C# Class MSR.Tools.Predictor.PredictorView

Afficher le fichier Open project: kirnosenko/msr-tools

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddReport ( string text ) : void
text string
Résultat void

AddRoc() public méthode

public AddRoc ( string model, string release, int id ) : void
model string
release string
id int
Résultat void

ClearROCs() public méthode

public ClearROCs ( ) : void
Résultat void

ClearReport() public méthode

public ClearReport ( ) : void
Résultat void

Dispose() protected méthode

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

PredictorView() public méthode

public PredictorView ( ) : System
Résultat System

SetModelList() public méthode

public SetModelList ( IEnumerable models ) : void
models IEnumerable
Résultat void

SetReleaseList() public méthode

public SetReleaseList ( IEnumerable releases ) : void
releases IEnumerable
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ShowError() public méthode

public ShowError ( string text ) : void
text string
Résultat void