Click or drag to resize
EF Visual Editor

ModelClass Methods

The ModelClass type exposes the following members.

Methods
  NameDescription
Public methodAllNavigationProperties
All navigation properties including those in superclasses
Public methodAllRequiredNavigationProperties
All the required navigation (1.. cardinality) properties in both this and base classes.
Public methodFindAssociationNamed
Finds the association named by the value specified in the parameter
Public methodFindAttributeNamed
Finds the attribute named by the value specified in the parameter
Public methodGetDisplayText
Public methodGetDomainClass (Inherited from ModelElement.)
Public methodHasAssociationNamed
Determines whether the generated code will have an association property with the name specified in the parameter
Public methodHasAttributeNamed
Determines whether [has attribute named] [the specified identifier].
Public methodHasPropertyNamed
Determines whether the generated code will have a property with the name specified in the parameter
Public methodLocalNavigationProperties
All navigation properties defined in this class
Public methodRequiredNavigationProperties
required navigation (1.. cardinality) properties in this class
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