fsresSaveNest Class |
Saves the result of a nest performed in External Software to FabSuite.
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresSaveNest : fsresCommand
The fsresSaveNest type exposes the following members.
| Name | Description | |
|---|---|---|
| fsresSaveNest |
fsresSaveNest class constructor
|
| Name | Description | |
|---|---|---|
| CombinationRunID |
FabSuite Combining Run that this Nest is for.
| |
| CommandGUID | (Inherited from fsresCommand.) | |
| CreationDateTime |
Date/Time that nest was performed.
| |
| ErrorCode | (Inherited from fsresCommand.) | |
| ErrorMessage | (Inherited from fsresCommand.) | |
| NestError |
List of errors generated.
| |
| SavedNest |
List of saved nests.
| |
| SavedRemnant |
List of saved remnants.
| |
| SourceApplication |
Name of application creating this nest.
| |
| SourceApplicationVersion |
Version of source application.
| |
| Successful | (Inherited from fsresCommand.) | |
| TotalSuccessful |
Total number of successfully saved nests.
| |
| TotalUnSuccessful |
Total number of failed (not saved) nests.
|