Initializes a new instance of the ScheduleDefinitionManager class using simple data management mode.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public ScheduleDefinitionManager( IEnumerable<SimpleScheduleDefinitionItem> simpleScheduleDefinitionItems ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ simpleScheduleDefinitionItems As IEnumerable(Of SimpleScheduleDefinitionItem) _ ) |
Parameters
- simpleScheduleDefinitionItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleScheduleDefinitionItem>)>)
Item definitions representing schedule definitions to be initially added to the collection.