The ModelEntityType type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
AssociationsFrom |
Enumeration of associations originating from this entity type.
| |
AssociationsTo |
Enumeration if associations referencing this entity type.
| |
BaseType |
Immediate base type for this type, if inheriting from other model entity type. Null if this type has no base type.
| |
BaseTypes |
Enumeration returning all base types above this type, starting with the immediate base type.
| |
DiagramShape |
EntityTypeShape representing this entity type in the designer diagram.
| |
EntitySet |
Entity set that this entity type is a member of.
| |
FullName |
Fully qualified name, including parent object names.
| |
HasBaseType |
True if this entity type has a base type, false if not.
| |
HasSubTypes |
True if this type has subtypes, false if not.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
MemberProperties |
Enumeration of scalar members in this entity type.
| |
Name |
Name of the model object
| |
NavigationProperties |
An enumeration of navigation properties on this entity type.
| |
ShortDescription |
Short description, part of the documentation attributes for model members
| |
SubTypes |
Enumeration returning all sub types inheriting directly or indirectly from this type.
| |
TopLevelBaseType |
The top-level base type for this entity; the entity type highest up in the inheritance chain.
|