Initializes a new instance of the PredecessorManager class.
The initial values of the data member properties are set to appropriate property paths for using PredecessorItem objects.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public PredecessorManager( Task parentTask, DataManagementMode dataManagementMode ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ parentTask As Task, _ dataManagementMode As DataManagementMode _ ) |
Parameters
- parentTask
- Type: DlhSoft.Windows.Data..::.Task
Parent task that owns the PredecessorManager or null if the manager has no parent task.
- dataManagementMode
- Type: DlhSoft.Windows.Data..::.DataManagementMode
Data management mode to use.