fsresGetCutList Class |
Retrieves the details of a cut list.
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 fsresGetCutList : fsresCommand
The fsresGetCutList type exposes the following members.
| Name | Description | |
|---|---|---|
| fsresGetCutList |
fsresGetCutList class constructor
|
| Name | Description | |
|---|---|---|
| CommandGUID | (Inherited from fsresCommand.) | |
| CutListID |
Unique ID of this cut list
| |
| CutListItem |
List of Items on cut list
| |
| CutListName |
Cut list Name
| |
| CuttingDetails |
number of cutting details
| |
| DateCreated |
Date cut list was created
| |
| DateRequired |
Date cut list is required
| |
| ErrorCode | (Inherited from fsresCommand.) | |
| ErrorMessage | (Inherited from fsresCommand.) | |
| Filters |
Filters applied to this command are echoed back.
| |
| FilterSet |
Filters applied to this command are echoed back.
| |
| HasCNCData |
True if cut list has CNC data
| |
| HasNestData |
True if cut list has nest data
| |
| HoldSettings |
Hold Settings as set by user
| |
| InputDisplayUnits |
Display units
| |
| JobNumber |
Job Number
| |
| NestDataFilename |
Filename of nest data
| |
| ProductionControlID |
Production Control ID of job this cut list is in
| |
| Successful | (Inherited from fsresCommand.) | |
| TotalCut |
number of cutting details cut
| |
| TotalInvalidated |
number of cutting details invalidated
| |
| TotalValidationRequired |
number of cutting details with validation required
|