Class GearSetOptimisationResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetOptimisationResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearSetOptimisationResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearSetOptimisationResult> |
RunTime
Declaration
public DateTime RunTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
DeleteAllResults()
Declaration
public void DeleteAllResults()
Implements
System.IEquatable<T>