Optimizes schedule times of the specified item in order to optimize the project finish date without leveling resources, respecting dependency constraints.

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

Syntax

C#
public bool OptimizeWork(
	TaskItem item,
	bool dependenciesOnly,
	bool includeStarted,
	Nullable<DateTime> start
)
Visual Basic (Declaration)
Public Function OptimizeWork ( _
	item As TaskItem, _
	dependenciesOnly As Boolean, _
	includeStarted As Boolean, _
	start As Nullable(Of DateTime) _
) As Boolean

Parameters

item
Type: DlhSoft.Windows.Data..::..TaskItem
dependenciesOnly
Type: System..::..Boolean
includeStarted
Type: System..::..Boolean
start
Type: System..::..Nullable<(Of <(<'DateTime>)>)>

See Also