Click or drag to resize
EF Visual Editor

Generalization Class

DomainRelationship Generalization Inheritance between Classes.
Inheritance Hierarchy
SystemObject
  ModelElement
    ElementLink
      Sawczyn.EFDesigner.EFModelGeneralization

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public class Generalization : ElementLink
Request Example View Source

The Generalization type exposes the following members.

Properties
  NameDescription
Public propertyLinkedElements (Inherited from ElementLink.)
Public propertyName
Gets or sets the value of Name domain property. Solely for display in the object list of the VStudio property window
Public propertyPartition (Inherited from ModelElement.)
Public propertyStore (Inherited from ModelElement.)
Public propertySubclass
DomainRole Subclass
Public propertySuperclass
DomainRole Superclass
Top
Methods
  NameDescription
Public methodGetDisplayText
Public methodGetDomainClass (Inherited from ModelElement.)
Public methodGetDomainRelationship (Inherited from ElementLink.)
Public methodStatic memberGetLink
Get the one Generalization link between a given ModelClassand a ModelClass.
Public methodStatic memberGetLinks
Get any Generalization links between a given ModelClass and a ModelClass.
Public methodStatic memberGetLinksToSubclasses
Get the list of Generalization links to a ModelClass.
Public methodStatic memberGetLinkToSuperclass
Get the Generalization link to a ModelClass.
Public methodStatic memberGetSubclasses
Gets a list of Subclasses.
Public methodStatic memberGetSuperclass
Gets Superclass.
Public methodIsInCircularInheritance
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