The EntityTypeShape type exposes the following members.
Methods
Name | Description | |
---|---|---|
AutoPosition |
Method that will find an empty location on the diagram surface to place the entity type shape in.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Method to remove an entity type shape from the diagram.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
EntityType |
Reference to the entity type represented by this entity type shape.
| |
EntityTypeName |
Name of the entity type represented by this entity type shape.
| |
Height |
Shape height.
| |
IsExpanded |
Expanded or collapsed?
| |
Left |
Left position.
| |
Top |
Top position.
| |
Width |
Shape width.
|
Events
Name | Description | |
---|---|---|
Removed |
Event raised if an entity type shape is removed from the diagram
|