Sets up the read only task collection to be used for viewing tasks externally.

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

Syntax

C#
protected override void InitializeEntityCollection(
	EntityCollection entities
)
Visual Basic (Declaration)
Protected Overrides Sub InitializeEntityCollection ( _
	entities As EntityCollection _
)

Parameters

entities
Type: DlhSoft.Windows.Data..::.EntityCollection
Internal task collection to be used as the source for the read only task collection.

See Also