Establishes the schedule definition manager to be used internally by this ScheduleDefinitionView.

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

Syntax

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

Parameters

item
Type: System..::.Object
Item to be managed.

Return Value

The schedule definition manager to be used internally by this ScheduleDefinitionView.

See Also