CreateReferenceRelationship Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ConnectionBuilder class to provide logic for constructing connections between elements.
public ref class CreateReferenceRelationship abstract sealed
public static class CreateReferenceRelationship
type CreateReferenceRelationship = class
Public Class CreateReferenceRelationship
- Inheritance
-
CreateReferenceRelationship
Methods
CanAcceptSource(ModelElement) |
Test whether a given model element is acceptable to this ConnectionBuilder as the source of a connection. |
CanAcceptSourceAndTarget(ModelElement, ModelElement) |
Test whether a given pair of model elements are acceptable to this ConnectionBuilder as the source and target of a connection |
CanAcceptTarget(ModelElement) |
Test whether a given model element is acceptable to this ConnectionBuilder as the target of a connection. |
Connect(ModelElement, ModelElement) |
Make a connection between the given pair of source and target elements |