Creates the internal assignment collection to be used as the assignment host of this AssignmentManager.

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 assignment collection to be used as the assignment host of this AssignmentManager.

See Also