Class GearSetOptimisationResults
Inheritance
System.Object
GearSetOptimisationResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearSetOptimisationResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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