API Reference

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

fsresGetTimeTrackingSubjects_SubjectFields_SubjectField Class

An additional field that can be used to identify the subject of the work.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresGetTimeTrackingSubjects_SubjectFields_SubjectField

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 fsresGetTimeTrackingSubjects_SubjectFields_SubjectField

The fsresGetTimeTrackingSubjects_SubjectFields_SubjectField type exposes the following members.

Constructors
  NameDescription
Public methodfsresGetTimeTrackingSubjects_SubjectFields_SubjectField
fsresGetTimeTrackingSubjects_SubjectFields_SubjectField class constructor
Top
Properties
  NameDescription
Public propertyFieldName
The name of the field.
Public propertyRequired
If true then a value is required for this field.
Public propertySelectedValue
Value that the interface should set as the default selection.
Public propertyTitle
The title of the field as it should be presented to the user.
Public propertyValue
The list of available selections.
Top
See Also