Gets a value indicating whether the task is directly dependent of or on the same branch with a specified task.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public bool IsDirectlyDependentOf(
	Task masterPredecessorTask
)
Visual Basic (Declaration)
Public Function IsDirectlyDependentOf ( _
	masterPredecessorTask As Task _
) As Boolean

Parameters

masterPredecessorTask
Type: DlhSoft.Windows.Data..::.Task
The task to determine whether this task is directly dependent of.

Return Value

A value indicating whether the task is directly dependent of or on the same branch with the specified task.

See Also