Represents an allocation item to be presented in a LoadChartView control.

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

Syntax

C#
[SerializableAttribute]
public class AllocationItem : GanttChartItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AllocationItem _
	Inherits GanttChartItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.Mvc..::.GanttChartItem
    DlhSoft.Web.Mvc..::.AllocationItem

See Also