Class SingleResult
Inheritance
System.Object
SingleResult
Assembly: Optano.Performance.Analyzer.dll
public class SingleResult : object
Properties
Declaration
public static string CsvHeader { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime EndTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
Declaration
public double Gap { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Instance Instance { get; set; }
Property Value
Declaration
public double ObjVal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public TimeSpan Runtime { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
Declaration
public SolutionStatus SolutionStatus { get; set; }
Property Value
Type |
Description |
SolutionStatus |
|
Declaration
public DateTime StartTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
Methods
Declaration
public static SingleResult CreateFaultyResult(Instance instance, ParameterSettings config, DateTime startTime, DateTime endTime)
Parameters
Returns
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods