ProjectDataSet.DependencyRow class

Represents the dependency relationship between one task and another.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcStatusing.ProjectDataSet.DependencyRow

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace