Class FEPartWithBatchOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartWithBatchOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEPartWithBatchOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureWithBatchOptions> |
FEsWithExternalFiles
Declaration
public ReadOnlyCollection<FESubstructureWithBatchOptions> FEsWithExternalFiles { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureWithBatchOptions> |
Implements
System.IEquatable<T>