Class SafetyFactorGroup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SafetyFactorGroup : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Items
Declaration
public ReadOnlyCollection<SafetyFactorItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SafetyFactorItem> |
Implements
System.IEquatable<T>