Class FEPartWithBatchOptions
Inheritance
System.Object
FEPartWithBatchOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FEPartWithBatchOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AllSelected
Declaration
public bool? AllSelected { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
FEPart
Declaration
public string FEPart { get; }
Property Value
| Type |
Description |
| System.String |
|
FEs
Declaration
public ReadOnlyCollection<FESubstructureWithBatchOptions> FEs { get; }
Property Value
FEsWithExternalFiles
Declaration
public ReadOnlyCollection<FESubstructureWithBatchOptions> FEsWithExternalFiles { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods