C

Classes

AdjacencyGraphBuilder
Populates a graph from custom data where node data items know about their predecessors and/or successors.
AdjacencyNodesSource
A class that accepts a collection of objects from the AdjacencyGraphBuilder to build INodes from.
EdgeCreator
This class can be used to create and update IEdges based on data items.
EdgesSource
A class that accepts a collection of objects from the GraphBuilder to build IEdges from.
GraphBuilder
Populates a graph from custom data.
GraphBuilderItemEventArgs
Event data of events in GraphBuilder, AdjacencyGraphBuilder, and TreeBuilder.
LabelCreator
This class can be used to create and update ILabels based on data items.
LabelsSource
A class that accepts a collection of objects from the NodeCreator<TDataItem> or EdgeCreator<TDataItem> to build ILabels from.
NodeCreator
This class can be used to create and update INodes based on data items.
NodesSource
A class that accepts a collection of objects from the GraphBuilder to build INodes from.
ObjectBindings
A container for providers for specified properties of an object that provide the values that can later be applied to these properties.
TreeBuilder
Populates a graph from custom data where objects corresponding to nodes have a parent-child relationship.
TreeNodesSource
A class that accepts a collection of objects from the TreeBuilder to build INodes from.