fsreqMaterialUsed Class |
A piece of material to be reserved in inventory or ordered for this nest.
Inheritance Hierarchy
Namespace: FabSuiteRequestApi
Assembly: FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")] public class fsreqMaterialUsed
The fsreqMaterialUsed type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsreqMaterialUsed |
fsreqMaterialUsed class constructor
|
Properties
Name | Description | |
---|---|---|
Dimensions |
Dimensions of material. When combined with shape, it denotes the ShapeDimensions.
| |
ExternalInventoryID |
Inventory ID of this material in external software.
| |
ExternalInventoryLinkID |
External link ID of this item in PowerFab. Either this or FabSuiteInventoryID may be used.
| |
FabSuiteInventoryID |
External link ID of this item in PowerFab.
| |
ForceExternalInventoryLinkID |
If set to true and a matching Inventory Item for ExternalInventoryLinkID cannot be used, then the nest will fail.
| |
Grade |
Grade of material.
| |
Length |
The length of the material.
| |
Location |
Location of material.
| |
SecondaryLocation |
Secondary Location of material.
| |
Shape |
Shape of Material. ShapeDimensions OR Shape and Dimensions is required.
| |
ShapeDimensions |
Name of Material. ShapeDimensions OR Shape and Dimensions is required.
| |
Width |
The width of the material used (for plate).
|
See Also