API Reference

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

fsresGetTimeTrackingSubjects Class

Retrieves the available time tracking selections for a job.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresCommand
    FabSuiteResponseApifsresGetTimeTrackingSubjects

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

The fsresGetTimeTrackingSubjects type exposes the following members.

Constructors
  NameDescription
Public methodfsresGetTimeTrackingSubjects
fsresGetTimeTrackingSubjects class constructor
Top
Properties
  NameDescription
Public propertyAllowDateEntryOnly
If true then date-only entries are allowed.
Public propertyCommandGUID (Inherited from fsresCommand.)
Public propertyComputeEndDateTime
If true then the interface can compute the end date/time based on the start date/time and the hours.
Public propertyComputeHours
If true then the interface can compute the hours based on the start and end date/time.
Public propertyComputeStartDateTime
If true then the interface can compute the start date/time based on the end date/time and the hours.
Public propertyEmployees
Public propertyErrorCode (Inherited from fsresCommand.)
Public propertyErrorMessage (Inherited from fsresCommand.)
Public propertyStations
Public propertySubjectFields
Public propertySuccessful (Inherited from fsresCommand.)
Public propertyTasks
Top
See Also