Initializes a new instance of the ScheduleDefinitionCollection class.

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

Syntax

C#
protected internal ScheduleDefinitionCollection(
	ScheduleDefinitionManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As ScheduleDefinitionManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.ScheduleDefinitionManager
The parent manager of the collection.

See Also