Initializes a new instance of the AssignmentManager class using simple data management mode.

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

Syntax

C#
public AssignmentManager(
	Task parentTask,
	IEnumerable<SimpleAssignmentItem> simpleAssignmentItems
)
Visual Basic (Declaration)
Public Sub New ( _
	parentTask As Task, _
	simpleAssignmentItems As IEnumerable(Of SimpleAssignmentItem) _
)

Parameters

parentTask
Type: DlhSoft.Windows.Data..::.Task
Parent task that owns the AssignmentManager or null if the manager has no parent task.
simpleAssignmentItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleAssignmentItem>)>)
Item definitions representing assignments to be initially added to the collection.

See Also