Gets a value indicating whether the specified item is critical within the project consisting of all standard tasks within the component. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public bool IsCritical(
	TaskItem item,
	TimeSpan criticalDelay
)
Visual Basic (Declaration)
Public Function IsCritical ( _
	item As TaskItem, _
	criticalDelay As TimeSpan _
) As Boolean

Parameters

item
Type: DlhSoft.Windows.Data..::..TaskItem
The item to check.
criticalDelay
Type: System..::..TimeSpan
The critical delay to be considered when determining critical dependent tasks.

See Also