ProjectDataSet.DependencyRow Class

Represents the dependency relationship between one task and another.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Statusing Web service].ProjectDataSet.DependencyRow

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Class DependencyRow _
    Inherits DataRow
'Usage
Dim instance As ProjectDataSet.DependencyRow
public class DependencyRow : DataRow

Remarks

DependencyRow is an associative object that is generated from the dependency of one task to another. One task is the predecessor (LINK_PRED_UID) and one task is the successor (LINK_SUCC_UID).

There are different types of dependencies (LINK_TYPE), and there can be a specific time lag between the tasks (LINK_LAG).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectDataSet.DependencyRow Members

Statusing Web Service