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