Gets a value that indicates whether the specified task item has its work completed, based on the completion value.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool IsCompleted( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function IsCompleted ( _ item As GanttChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem