Loads data from a Project XML document.

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

Syntax

C#
public void LoadProjectXml(
	XDocument document,
	IList<Object> assignableResources
)
Visual Basic (Declaration)
Public Sub LoadProjectXml ( _
	document As XDocument, _
	assignableResources As IList(Of Object) _
)

Parameters

document
Type: System.Xml.Linq..::..XDocument
The document to load data from.
assignableResources
Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>
The list of strings that should hold assignable resources.

See Also