Gets a collection of NetworkDiagramItem objects that may be used as an item collection within an associated INetworkDiagramView control.

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

Syntax

C#
public ObservableCollection<NetworkDiagramItem> GetNetworkDiagramItems(
	int maxIndentation,
	string startContent,
	string finishContent
)
Visual Basic (Declaration)
Public Function GetNetworkDiagramItems ( _
	maxIndentation As Integer, _
	startContent As String, _
	finishContent As String _
) As ObservableCollection(Of NetworkDiagramItem)

Parameters

maxIndentation
Type: System..::.Int32
The maximum indentation to consider.
startContent
Type: System..::.String
The content to be set on the start task event.
finishContent
Type: System..::.String
The content to be set on the finish task event.

See Also