Gets a collection of NetworkDiagramItem objects that may be used as an item collection within an associated NetworkDiagramView control.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public List<NetworkDiagramItem> GetNetworkDiagramItems( int maxIndentation, string startContent, string finishContent ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNetworkDiagramItems ( _ maxIndentation As Integer, _ startContent As String, _ finishContent As String _ ) As List(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.