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( Entity parentEntity, IEnumerable items ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ parentEntity As Entity, _ items As IEnumerable _ ) |
Parameters
- parentEntity
- Type: DlhSoft.Windows.Data..::.Entity
Parent entity that owns the TaskManager or null if the manager has no parent entity.
- items
- Type: System.Collections..::.IEnumerable
Collection of task items to be managed.