Click or drag to resize
TaskStatusNodeRequest Class
The Task Status Node Request data object.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsTaskStatusNodeRequest

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class TaskStatusNodeRequest

The TaskStatusNodeRequest type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(TaskStatusNodeRequest)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCategoryName
A specific category to target.
Public propertyID
The ID of the task status node request.
Public propertyQDSID
A specific QDS to target.
Public propertyRootType
Only QDS, Category or Task are allowed for TaskStatusNodeRequest. DependentTask will produce an error.
Public propertyTaskID
A specific task to target.
Public propertyUseFlatTaskList
If a flat or indented task list is to be used.
Top
See Also