fsresSavedRemnant Class |
A remnant saved by this nest in the SaveNest command.
Inheritance Hierarchy
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresSavedRemnant
The fsresSavedRemnant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresSavedRemnant |
fsresSavedRemnant class constructor
|
Properties
Name | Description | |
---|---|---|
Area |
The area of the remnant if it's a plate.
| |
Dimensions |
Dimensions of remnant.
| |
ExternalRemnantID |
External RemnantID sent in for this remnant.
| |
FabSuiteRemnantID |
FabSuite RemnantID assigned to this remnant.
| |
Grade |
Grade of material.
| |
Length |
The length of the material.
| |
NestID |
FabSuite RemnantID assigned to this remnant.
| |
Quantity |
Quantity of remnant, actually saved to database
| |
Shape |
Shape of Remnant as sent in request
| |
ShapeDimensions |
as sent in request
| |
Type |
The type of remnant created. As sent in request
| |
Weight |
The weight of the remnant.
| |
Width |
The width of the material when it's a plate.
|
See Also