Class GearSetOptimisationResults
Inheritance
System.Object
GearSetOptimisationResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearSetOptimisationResults : APIBase, IEquatable<APIBase>
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OptimiserSettingsReportTable
Declaration
public string OptimiserSettingsReportTable { get; }
Property Value
Type |
Description |
System.String |
|
Report
Declaration
public string Report { get; }
Property Value
Type |
Description |
System.String |
|
Results
Declaration
public ReadOnlyCollection<GearSetOptimisationResult> Results { get; }
Property Value
RunTime
Declaration
public DateTime RunTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
Methods
DeleteAllResults()
Declaration
public void DeleteAllResults()
Implements
System.IEquatable<T>
Extension Methods