Class ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponse
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SteadyStateSynchronousResponses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponse : AbstractShaftToMountableComponentConnectionCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<ShaftToMountableComponentConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftToMountableComponentConnectionSteadyStateSynchronousResponse> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<ShaftToMountableComponentConnectionSteadyStateSynchronousResponse> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ShaftToMountableComponentConnectionSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>