GenericCoreConnectionType Class

Definition

Connection Type that connects any two distinct ShapeElements

public ref class GenericCoreConnectionType : Microsoft::VisualStudio::Modeling::Diagrams::ConnectionType
public class GenericCoreConnectionType : Microsoft.VisualStudio.Modeling.Diagrams.ConnectionType
type GenericCoreConnectionType = class
    inherit ConnectionType
Public Class GenericCoreConnectionType
Inherits ConnectionType
Inheritance
GenericCoreConnectionType

Constructors

GenericCoreConnectionType(Diagram)

Constructor to save the diagram locally

Methods

CanCreateConnection(ShapeElement, ShapeElement, String)
CreateConnection(ShapeElement, ShapeElement, PaintFeedbackArgs)

Creates the generic link shape and adds to current diagram

DoPaintFeedback(DiagramPaintEventArgs, ShapeElement, PointD, ShapeElement, PointD, PaintFeedbackArgs) (Inherited from ConnectionType)
GetConnectTransactionName(ShapeElement, ShapeElement)

Gets the name of transaction used to create a connection.

(Inherited from ConnectionType)
Instance(Diagram)
InvalidatePaintFeedback(PaintFeedbackArgs, Diagram) (Inherited from ConnectionType)
IsOfInterest(ShapeElement, ShapeElement) (Inherited from ConnectionType)
IsValidSourceAndTarget(ShapeElement, ShapeElement)
UpdatePaintFeedbackParameters(ShapeElement, PointD, ShapeElement, PointD, PaintFeedbackArgs) (Inherited from ConnectionType)

Applies to