Initializes a new instance of the AssignmentCollection class.

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

Syntax

C#
protected internal AssignmentCollection(
	AssignmentManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As AssignmentManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.AssignmentManager
The parent manager of the collection.

See Also