Initializes a new instance of the TaskManager class using simple data management mode.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public TaskManager( IEnumerable<SimpleTaskItem> simpleTaskItems, ResourceManager assignableResourceManager ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ simpleTaskItems As IEnumerable(Of SimpleTaskItem), _ assignableResourceManager As ResourceManager _ ) |
Parameters
- simpleTaskItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleTaskItem>)>)
Item definitions representing tasks to be initially added to the collection.
- assignableResourceManager
- Type: DlhSoft.Windows.Data..::.ResourceManager
The ResourceManager object to be used internally for managing assignable resources used by this TaskManager.