Class FEPartWithBatchOptions
Inheritance
System.Object
FEPartWithBatchOptions
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartWithBatchOptions : APIBase, IEquatable<APIBase>
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