Creates the internal task collection to be used as the task host of this TaskManager.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected override EntityCollection CreateEntityCollection()
Visual Basic (Declaration)
Protected Overrides Function CreateEntityCollection As EntityCollection

Return Value

The internal task collection to be used as the task host of this TaskManager.

See Also