Gets or sets a value that, when set to true, would ensure that the original item's total effort is preserved when duration is updated by updating assignment allocation units, assuming that the item has resources assigned.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public bool HasFixedEffort { get; set; }
Visual Basic (Declaration)
Public Property HasFixedEffort As Boolean

See Also