Class LoadedFourPointContactBallBearingRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedFourPointContactBallBearingRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedFourPointContactBallBearingRow : LoadedBallBearingRow, IEquatable<APIBase>
Properties
LoadedBearing
Declaration
public LoadedFourPointContactBallBearingResults LoadedBearing { get; }
Property Value
| Type | Description |
|---|---|
| LoadedFourPointContactBallBearingResults |
RaceResults
Declaration
public ReadOnlyCollection<LoadedFourPointContactBallBearingRaceResults> RaceResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<LoadedFourPointContactBallBearingRaceResults> |
Implements
System.IEquatable<T>