Class ISO14179SettingsPerBearingType
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO14179SettingsPerBearingType
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 ISO14179SettingsPerBearingType : IndependentReportablePropertiesBase<ISO14179SettingsPerBearingType>, IEquatable<APIBase>
Properties
ISO14179Settings
Declaration
public ISO14179Settings ISO14179Settings { get; }
Property Value
Type | Description |
---|---|
ISO14179Settings |
ISO14179SettingsDatabase
Declaration
public DatabaseWithSelectedItem ISO14179SettingsDatabase { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
RollingBearingType
Declaration
public RollingBearingType RollingBearingType { get; }
Property Value
Type | Description |
---|---|
RollingBearingType |
Implements
System.IEquatable<T>