Optimizes schedule times of all managed items in order to optimize the project finish date without leveling resources, respecting dependency constraints.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool OptimizeWork( bool dependenciesOnly, bool includeStarted, Nullable<DateTime> start ) |
| Visual Basic (Declaration) |
|---|
Public Function OptimizeWork ( _ dependenciesOnly As Boolean, _ includeStarted As Boolean, _ start As Nullable(Of DateTime) _ ) As Boolean |
Parameters
- dependenciesOnly
- Type: System..::.Boolean
- includeStarted
- Type: System..::.Boolean
- start
- Type: System..::.Nullable<(Of <(DateTime>)>)