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.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public TaskManager( IEnumerable items ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ items As IEnumerable _ ) |
Parameters
- items
- Type: System.Collections..::.IEnumerable
Collection of task items to be managed.