Initializes a new instance of the ProjectXmlSerializer class.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public ProjectXmlSerializer(
	GanttChartDataGrid control,
	IList<string> assignableResources
)
Visual Basic (Declaration)
Public Sub New ( _
	control As GanttChartDataGrid, _
	assignableResources As IList(Of String) _
)

Parameters

control
Type: DlhSoft.Windows.Controls..::.GanttChartDataGrid
The GanttChartDataGrid control instance to persist contents of.
assignableResources
Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The list of strings that should hold assignable resources.

See Also