Class SafetyFactorOptimisationResults<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SafetyFactorOptimisationResults<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SafetyFactorOptimisationResults<T> : APIBase, IEquatable<APIBase> where T : SafetyFactorOptimisationStepResult
Type Parameters
Name | Description |
---|---|
T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Values
Declaration
public ReadOnlyCollection<T> Values { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T> |
Implements
System.IEquatable<T>