fsresGetProjectStatus_MaterialStatus Class |
Material Status object for getProjectStatus
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 fsresGetProjectStatus_MaterialStatus
The fsresGetProjectStatus_MaterialStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresGetProjectStatus_MaterialStatus |
fsresGetProjectStatus_MaterialStatus class constructor
|
Properties
Name | Description | |
---|---|---|
AllocatedInStock |
Quantity and weight of material allocated and in stock
| |
AllocatedOnOrder |
Quantity and weight of material allocated and on order
| |
AllocatedRequisition |
Quantity and weight of material allocated and on a requisition
| |
MaterialTotal |
Total Quantity and weight of material
| |
NotAllocated |
Quantity and weight of material not allocated
| |
TFS |
Quantity and weight of material taken from stock
|
See Also