Class SafetyFactorItem
Inheritance
System.Object
SafetyFactorItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SafetyFactorItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Damage
Declaration
public double Damage { get; }
Property Value
| Type |
Description |
| System.Double |
|
Description
Declaration
public string Description { get; }
Property Value
| Type |
Description |
| System.String |
|
MinimumRequiredSafetyFactor
Declaration
public double MinimumRequiredSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Reliability
Declaration
public double Reliability { get; }
Property Value
| Type |
Description |
| System.Double |
|
SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
TimeUntilFailure
Declaration
public double TimeUntilFailure { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods