ProjectDataSet.DependencyRow Class
Represents the dependency relationship between one task and another.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[Project Web service].ProjectDataSet.DependencyRow
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.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.