Loads data from a Project XML string.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public void LoadProjectXml( string xml, IList<string> assignableResources ) |
Visual Basic (Declaration) |
---|
Public Sub LoadProjectXml ( _ xml As String, _ assignableResources As IList(Of String) _ ) |
Parameters
- xml
- Type: System..::.String
The string to load data from.
- assignableResources
- Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The list of strings that should hold assignable resources.