Initializes a new instance of the AssignmentManager class. The initial values of the data member properties are set to appropriate property paths for using AssignmentItem object.

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

Syntax

C#
public AssignmentManager(
	Task parentTask,
	IEnumerable items
)
Visual Basic (Declaration)
Public Sub New ( _
	parentTask As Task, _
	items As IEnumerable _
)

Parameters

parentTask
Type: DlhSoft.Windows.Data..::.Task
Parent task that owns the AssignmentManager or null if the manager has no parent task.
items
Type: System.Collections..::.IEnumerable
Collection of assignment items to be managed.

See Also