Converts custom task items optionally referring custom predecessor items to a collection of NetworkDiagramItem objects referring NetworkPredecessorItem objects (as required by Items properties of NetworkDiagramView component).
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture ) |
Visual Basic (Declaration) |
---|
Public Function Convert ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object |
Parameters
- value
- Type: System..::.Object
- targetType
- Type: System..::.Type
- parameter
- Type: System..::.Object
- culture
- Type: System.Globalization..::.CultureInfo