Version:

    Show / Hide Table of Contents

    Class ISOTS162812008Results

    Inheritance
    System.Object
    APIBase
    ISOResults
    ISOTS162812008Results
    BallISOTS162812008Results
    RollerISOTS162812008Results
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ISOResults._parent
    ISOResults.OutputDefaultReportTo(String)
    ISOResults.GetDefaultReportWithEncodedImages()
    ISOResults.OutputActiveReportTo(String)
    ISOResults.OutputActiveReportAsTextTo(String)
    ISOResults.GetActiveReportWithEncodedImages()
    ISOResults.OutputNamedReportTo(String, String)
    ISOResults.OutputNamedReportAsMastaReport(String, String)
    ISOResults.OutputNamedReportAsTextTo(String, String)
    ISOResults.GetNamedReportWithEncodedImages(String)
    ISOResults.LifeModificationFactorForReliability
    ISOResults.ReportNames
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public abstract class ISOTS162812008Results : ISOResults, IEquatable<APIBase>

    Properties

    BasicReferenceRatingLifeCycles

    Declaration
    public double BasicReferenceRatingLifeCycles { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeDamage

    Declaration
    public double BasicReferenceRatingLifeDamage { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeDamageRate

    Declaration
    public double BasicReferenceRatingLifeDamageRate { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeReliability

    Declaration
    public double BasicReferenceRatingLifeReliability { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeSafetyFactor

    Declaration
    public double BasicReferenceRatingLifeSafetyFactor { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeTime

    Declaration
    public double BasicReferenceRatingLifeTime { get; }
    Property Value
    Type Description
    System.Double

    BasicReferenceRatingLifeUnreliability

    Declaration
    public double BasicReferenceRatingLifeUnreliability { get; }
    Property Value
    Type Description
    System.Double

    DynamicEquivalentLoadDynamicCapacityRatio

    Declaration
    public double DynamicEquivalentLoadDynamicCapacityRatio { get; }
    Property Value
    Type Description
    System.Double

    DynamicEquivalentReferenceLoad

    Declaration
    public double DynamicEquivalentReferenceLoad { get; }
    Property Value
    Type Description
    System.Double

    LifeModificationFactorForSystemsApproach

    Declaration
    public double LifeModificationFactorForSystemsApproach { get; }
    Property Value
    Type Description
    System.Double

    LoadForTheBasicDynamicLoadRatingOfTheInnerRingOrShaftWasher

    Declaration
    public double LoadForTheBasicDynamicLoadRatingOfTheInnerRingOrShaftWasher { get; }
    Property Value
    Type Description
    System.Double

    LoadForTheBasicDynamicLoadRatingOfTheOuterRingOrHousingWasher

    Declaration
    public double LoadForTheBasicDynamicLoadRatingOfTheOuterRingOrHousingWasher { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeCycles

    Declaration
    public double ModifiedReferenceRatingLifeCycles { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeDamage

    Declaration
    public double ModifiedReferenceRatingLifeDamage { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeDamageRate

    Declaration
    public double ModifiedReferenceRatingLifeDamageRate { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeReliability

    Declaration
    public double ModifiedReferenceRatingLifeReliability { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeSafetyFactor

    Declaration
    public double ModifiedReferenceRatingLifeSafetyFactor { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeTime

    Declaration
    public double ModifiedReferenceRatingLifeTime { get; }
    Property Value
    Type Description
    System.Double

    ModifiedReferenceRatingLifeUnreliability

    Declaration
    public double ModifiedReferenceRatingLifeUnreliability { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top