Initializes a new instance of the ScheduleDefinitionManager class. The initial values of the data member properties are set to appropriate property paths for using ScheduleDefinitionItem objects.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public ScheduleDefinitionManager(
	IEnumerable items
)
Visual Basic (Declaration)
Public Sub New ( _
	items As IEnumerable _
)

Parameters

items
Type: System.Collections..::.IEnumerable
Collection of schedule definition items to be managed.

See Also