Class ComponentCompoundSteadyStateSynchronousResponse
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentCompoundSteadyStateSynchronousResponse
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 ComponentCompoundSteadyStateSynchronousResponse : PartCompoundSteadyStateSynchronousResponse, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ComponentSteadyStateSynchronousResponse> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSteadyStateSynchronousResponse> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ComponentSteadyStateSynchronousResponse> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSteadyStateSynchronousResponse> |
Implements
System.IEquatable<T>