C# Class Track.TrackManager

Datei anzeigen Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
ResultToStore string

Public Methods

Method Description
Init ( XMLTests tests ) : void
Init ( string text ) : void
MoveNextExperiment ( ) : void
SaveAll ( ) : void
SaveResultsToFile ( ) : void

Method Details

Init() public static method

public static Init ( XMLTests tests ) : void
tests XMLTests
return void

Init() public static method

public static Init ( string text ) : void
text string
return void

MoveNextExperiment() public static method

public static MoveNextExperiment ( ) : void
return void

SaveAll() public static method

public static SaveAll ( ) : void
return void

SaveResultsToFile() public static method

public static SaveResultsToFile ( ) : void
return void

Property Details

ResultToStore public_oe static_oe property

public static string ResultToStore
return string