Creates the internal read-only assignment collection to be provided by this AssignmentManager.

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

Syntax

C#
protected override ReadOnlyEntityCollection CreateReadOnlyEntityCollection(
	EntityCollection entities
)
Visual Basic (Declaration)
Protected Overrides Function CreateReadOnlyEntityCollection ( _
	entities As EntityCollection _
) As ReadOnlyEntityCollection

Return Value

The internal read-only assignment collection to be provided by this AssignmentManager.

See Also