Class SafetyFactorOptimisationResults<T>
Inheritance
System.Object
SafetyFactorOptimisationResults<T>
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SafetyFactorOptimisationResults<T> : APIBase, IEquatable<APIBase> where T : SafetyFactorOptimisationStepResult
Type Parameters
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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>
Extension Methods