Classes

  ClassDescription
DependencyLinePresenter
Represents a control that presents a dependency line generated by a predecessor item in the PertChartView control.
DragNetworkTaskThumb
Represents a thumb control that allows updating the canvas position of a task shape by drag and drop operations in a NetworkDiagramView control.
DragTaskEventThumb
Represents a thumb control that allows updating the canvas position of a task event shape by drag and drop operations in a PertChartView control.
ItemActivatedEventArgs
Provides data for the ItemActivated event.
NetworkDependencyLinePresenter
Represents a control that presents a dependency line generated by a predecessor item in the NetworkDiagramView control.
NetworkDiagramItem
Represents an item within a NetworkDiagramView control.
NetworkDiagramItemCollection
Represents a network diagram related data collection used internally by NetworkDiagramView control.
NetworkDiagramView
Displays task data using a customizable network diagram based on ItemsControl control.
NetworkDiagramView..::.DocumentPaginator
Represents a document paginator for printing the contents of a NetworkDiagramView control.
NetworkDiagramView..::.PrintingPage
Represents a page that is to be printed within the PrintingTemplate.
NetworkItemActivatedEventArgs
Provides data for the network ItemActivated event.
NetworkPredecessorItem
Represents a network predecessor item generating a dependency between another task and the current task, within the NetworkPredecessorItemCollection (Predecessors property) of a NetworkDiagramItem object.
NetworkPredecessorItemActivatedEventArgs
Provides data for the network PredecessorItemActivated event.
NetworkPredecessorItemCollection
Represents a network predecessor item collection that generates dependencies between other task and the current task, defined by NetworkDiagramItem objects as their Predecessors property.
NetworkTaskItemsConverter
Converts custom task items optionally referring custom predecessor items to a collection of NetworkDiagramItem objects referring NetworkPredecessorItem objects (as required by Items property of NetworkDiagramView component). Use *Member properties of the converter instance to control which properties of custom items are bound to which NetworkDiagramItem and NetworkPredecessorItem properties (undefined/null Member values indicate properties that are not bound and default values are automatically generated for these properties on NetworkDiagramItem and NetworkPredecessorItem objects instead). The converter uses reflection to retreive the appropriate property values from your custom data objects and apply them to the corresponding NetworkDiagramItem and NetworkPredecessorItem instances. Referred member properties of custom items should be public and accessible for reading and optionally writing (property paths are not supported). Set UpdateSourceOnTargetChanges and/or UpdateTargetOnSourceChanges properties to true/false to indicate the directions of internally managed change updates. Note that UpdateTargetOnSourceChanges works only when the custom data source implements INotifyCollectionChanged interface and/or custom data objects implement INotifyPropertyChanged interface. When UpdateSourceOnTargetChanges is set new objects that need to be created are generated by Activator.CreateInstance internal calls, and therefore they need to provide public access to their parameterless constructor (or their default constructor).
NetworkTaskPresenter
Represents a control that presents a task item in the NetworkDiagramView control.
PertChartItem
Represents an item within a PertChartView control.
PertChartItemCollection
Represents a PERT Chart related data collection used internally by PertChartView control.
PertChartView
Displays task event data using a customizable PERT Chart based on ItemsControl control.
PertChartView..::.DocumentPaginator
Represents a document paginator for printing the contents of a PertChartView control.
PertChartView..::.PrintingPage
Represents a page that is to be printed within the PrintingTemplate.
PredecessorItem
Represents a predecessor item generating a dependency between another task event and the current task event, within the PredecessorItemCollection (Predecessors property) of a PertChartItem object.
PredecessorItemActivatedEventArgs
Provides data for the PredecessorItemActivated event.
PredecessorItemCollection
Represents a predecessor item collection that generates dependencies between other task events and the current task event, defined by PertChartItem objects as their Predecessors property.
TaskEventItemsConverter
Converts custom task event items optionally referring custom predecessor items to a collection of PertChartItem objects referring PredecessorItem objects (as required by Items property of PertChartView component). Use *Member properties of the converter instance to control which properties of custom items are bound to which PertChartItem and PredecessorItem properties (undefined/null Member values indicate properties that are not bound and default values are automatically generated for these properties on PertChartItem and PredecessorItem objects instead). The converter uses reflection to retreive the appropriate property values from your custom data objects and apply them to the corresponding PertChartItem and PredecessorItem instances. Referred member properties of custom items should be public and accessible for reading and optionally writing (property paths are not supported). Set UpdateSourceOnTargetChanges and/or UpdateTargetOnSourceChanges properties to true/false to indicate the directions of internally managed change updates. Note that UpdateTargetOnSourceChanges works only when the custom data source implements INotifyCollectionChanged interface and/or custom data objects implement INotifyPropertyChanged interface. When UpdateSourceOnTargetChanges is set new objects that need to be created are generated by Activator.CreateInstance internal calls, and therefore they need to provide public access to their parameterless constructor (or their default constructor).
TaskEventPresenter
Represents a control that presents a task event item in the PertChartView control.

Interfaces

  InterfaceDescription
INetworkDiagramItem
Represents an item within an INetworkDiagramView control.
INetworkDiagramView
Represents a control that displays task data using a customizable network diagram.
INetworkPredecessorItem
Represents a network predecessor item generating a dependency between another task and the current task, within the Predecessors property of an INetworkDiagramItem object.
IPertChartItem
Represents an item within an IPertChartView control.
IPertChartView
Represents a control that displays task event data using a customizable PERT Chart.
IPredecessorItem
Represents a predecessor item generating a dependency between another task event and the current task event, within the Predecessors property of an IPertChartItem object.
NetworkDiagramView..::.IActivityItem
PertChartView..::.IActivityItem

Delegates

  DelegateDescription
ItemActivatedEventHandler
Represents an item activated event handler method.
NetworkDiagramView..::.GetEffortDelegate
Represents a method that returns the effort value based on the specified start and finish values.
NetworkDiagramView..::.GetFinishDelegate
Represents a method that returns the finish value based on the specified start and effort values.
NetworkDiagramView..::.GetNextWorkingTimeDelegate
Represents a method that returns the next working time after the specified start value.
NetworkItemActivatedEventHandler
Represents a network item activated event handler method.
NetworkPredecessorItemActivatedEventHandler
Represents a network predecessor item activated event handler method.
PertChartView..::.GetNextWorkingTimeDelegate
Represents a method that returns the next working time after the specified start value.
PredecessorItemActivatedEventHandler
Represents a predecessor item activated event handler method.