Establishes the resource manager to be used internally by this ResourceGanttChartViewBase.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected override EntityManager CreateEntityManager(
	IEnumerable items
)
Visual Basic (Declaration)
Protected Overrides Function CreateEntityManager ( _
	items As IEnumerable _
) As EntityManager

Parameters

items
Type: System.Collections..::.IEnumerable
Item collection to be managed.

Return Value

The resource manager to be used internally by this ResourceGanttChartViewBase.

See Also