Class GearSetRating
Inheritance
System.Object
GearSetRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearSetRating : AbstractGearSetRating, IEquatable<APIBase>
Properties
GearMeshRatings
Declaration
public ReadOnlyCollection<GearMeshRating> GearMeshRatings { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<GearMeshRating> |
|
GearRatings
Declaration
public ReadOnlyCollection<GearRating> GearRatings { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<GearRating> |
|
LubricationDetail
Declaration
public LubricationDetail LubricationDetail { get; }
Property Value
Name
Declaration
public override string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Rating
Declaration
public virtual string Rating { get; }
Property Value
| Type |
Description |
| System.String |
|
TotalGearSetReliability
Declaration
public double TotalGearSetReliability { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods