Sets up the read only schedule definition collection to be used for viewing schedule definition 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 schedule definition collection to be used as the source for the read only schedule definition collection.

See Also