The FlowDiagramConnectionBuilder type exposes the following members.

Constructors

  NameDescription
FlowDiagramConnectionBuilder

Methods

  NameDescription
CanCreateConnection
This method can be overriden to provide additional logic for allowing a connection to be made between the given connection point and destination. This implementation always returns true.
CreateConnection
Constructs a new FlowDiagramConnection between the two given FlowDiagramConnectionPoint objects and adds it to the given FlowDiagramModel. If the new connection is originating from a DecisionNode, then this method will also set its Data property by looking at the other connections comming from the node and predicting what the label should be. This method can identify and predict (Yes, No, Maybe), (Y, N), (True, False), and (T, F) in both upper and lower case. If no appropriate label can be predicted, then the Data will be set to be a number following the text "Decision".

See Also