Click or drag to resize
EF Visual Editor

UnidirectionalAssociation Methods

The UnidirectionalAssociation type exposes the following members.

Methods
  NameDescription
Public methodGetDisplayText
How this association should be shown in string representation
(Inherited from Association.)
Public methodGetDomainClass (Inherited from ModelElement.)
Public methodGetDomainRelationship (Inherited from ElementLink.)
Public methodGetForeignKeyPropertyNames
Gets the individual foreign key property names defined in the FKPropertyName property
(Inherited from Association.)
Public methodStatic memberGetLinks
Get any UnidirectionalAssociation links between a given ModelClass and a ModelClass.
Public methodStatic memberGetLinksToUnidirectionalSources
Get the list of UnidirectionalAssociation links to a ModelClass.
Public methodStatic memberGetLinksToUnidirectionalTargets
Get the list of UnidirectionalAssociation links to a ModelClass.
Public methodStatic memberGetUnidirectionalSources
Gets a list of UnidirectionalSources.
Public methodStatic memberGetUnidirectionalTargets
Gets a list of UnidirectionalTargets.
Top
Extension Methods
  NameDescription
Public Extension MethodGetActiveDiagram (Defined by ModelElementExtensions.)
Public Extension MethodGetCompartment
Gets the named compartment in this element
(Defined by ModelElementExtensions.)
Public Extension MethodGetDisplayText (Defined by ModelElementExtensions.)
Public Extension MethodGetFirstShapeElement (Defined by ModelElementExtensions.)
Public Extension MethodInvalidateDiagrams
Causes all diagrams to redraw
(Defined by ModelElementExtensions.)
Public Extension MethodIsLoading (Defined by ModelElementExtensions.)
Public Extension MethodLocateInDiagram (Defined by ModelElementExtensions.)
Public Extension MethodRedraw (Defined by ModelElementExtensions.)
Top
See Also