API Reference

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

fsresGetProjectStatus_CutList Class

Cut List object for getProjectStatus
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresGetProjectStatus_CutList

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_CutList

The fsresGetProjectStatus_CutList type exposes the following members.

Constructors
  NameDescription
Public methodfsresGetProjectStatus_CutList
Initializes a new instance of the fsresGetProjectStatus_CutList class
Top
Properties
  NameDescription
Public propertyCutListID
Cut List ID
Public propertyCutListName
Cut List Name
Public propertyCuttingDetails
Number of cutting details on this cut list
Public propertyDateCreated
Date Cut list was created
Public propertyDateRequired
Date cut list is required
Public propertyDateTimeCreated
Date/Time Cut list was created
Public propertyDateTimeLastChange
Date/Time of last change to cut list
Public propertyTotalCut
Number of cutting details cut
Public propertyTotalInvalidated
Number of cutting details invalidated
Public propertyTotalOnOrder
Number of cutting details with stock on order
Public propertyTotalValidationRequired
Number of cutting details with validation required
Top
See Also