Class TransmissionTemperatureSet
Inheritance
System.Object
TransmissionTemperatureSet
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class TransmissionTemperatureSet : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AirTemperature
Declaration
public double AirTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Housing
Declaration
public double Housing { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OilSumpAndInletTemperature
Declaration
public double OilSumpAndInletTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollingBearingElement
Declaration
public double RollingBearingElement { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollingBearingInnerRace
Declaration
public double RollingBearingInnerRace { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollingBearingOuterRace
Declaration
public double RollingBearingOuterRace { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Shaft
Declaration
public double Shaft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureWhenAssembled
Declaration
public double TemperatureWhenAssembled { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods