API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresGetProductionShippingStatus_Item Class

A record in the production status.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresGetProductionShippingStatus_Item

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 fsresGetProductionShippingStatus_Item

The fsresGetProductionShippingStatus_Item type exposes the following members.

Constructors
  NameDescription
Public methodfsresGetProductionShippingStatus_Item
fsresGetProductionShippingStatus_Item class constructor
Top
Properties
  NameDescription
Public propertyAssemblyQuantity
Public propertyField
The valid of one of the summary fields, identified by the Index attribute.
Public propertyFieldStation
The date of the last completed entry for a field station, with attributes to specify the index (referring to the FieldStation element in the response), total quantity, and completed quantity.
Public propertyGrossWeight
Public propertyProductionStation
The date of the last completed entry for a production station, with attributes to specify the index (referring to the ProductionStation element in the response), total quantity, and completed quantity.
Public propertyQuantity
Public propertyShippingDestination
Public propertyTFSStatus
The date of the last completed TFS, with attributes to specify the total and completed quantity.
Public propertyWeight
Top
See Also