API Reference

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

fsresGetProductionControlJobInformation Class

Retrieves the full information of Production Control jobs.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresCommand
    FabSuiteResponseApifsresGetProductionControlJobInformation

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 fsresGetProductionControlJobInformation : fsresCommand

The fsresGetProductionControlJobInformation type exposes the following members.

Constructors
  NameDescription
Public methodfsresGetProductionControlJobInformation
fsresGetProductionControlJobInformation class constructor
Top
Properties
  NameDescription
Public propertyCommandGUID (Inherited from fsresCommand.)
Public propertyErrorCode (Inherited from fsresCommand.)
Public propertyErrorMessage (Inherited from fsresCommand.)
Public propertyLastLogID
The maximum log ID for production control jobs. This value should be passed to the GetProductionControlJobInformationTransactions command so that only the new changes will be retrieved.
Public propertyProductionControlJobInformation
Public propertySuccessful (Inherited from fsresCommand.)
Top
See Also