Initializes a new instance of the TaskManager class. The initial values of the data member properties are set to appropriate property paths for using TaskItem, AssignmentItem, and PredecessorItem objects.

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

Syntax

C#
public TaskManager(
	ResourceManager assignableResourceManager,
	DataManagementMode dataManagementMode
)
Visual Basic (Declaration)
Public Sub New ( _
	assignableResourceManager As ResourceManager, _
	dataManagementMode As DataManagementMode _
)

Parameters

assignableResourceManager
Type: DlhSoft.Windows.Data..::.ResourceManager
The ResourceManager object to be used internally for managing assignable resources used by this TaskManager.
dataManagementMode
Type: DlhSoft.Windows.Data..::.DataManagementMode
Data management mode to use.

See Also