Initializes a new instance of the ProjectXmlSerializer class.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public ProjectXmlSerializer( GanttChartView control, IList<string> assignableResources ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ control As GanttChartView, _ assignableResources As IList(Of String) _ ) |
Parameters
- control
- Type: DlhSoft.Web.Mvc..::.GanttChartView
The GanttChartView control instance to persist contents of.
- assignableResources
- Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The list of strings that should hold assignable resources.