The StoreEntityType type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddComment |
Adds an xml comment to the entity type.
| |
AddMember(String) |
Adds a scalar member to the entity type.
| |
AddMember(String, String) |
Adds a scalar member to the entity type.
| |
AddMember(String, String, Int32) |
Adds a scalar member to the entity type.
| |
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.) | |
GetOrCreateMember(String) |
Retrieves an existing scalar member to the entity type, or creates a new one if it doesn't exist.
| |
GetOrCreateMember(String, String) |
Retrieves an existing scalar member to the entity type, or creates a new one if it doesn't exist.
| |
GetOrCreateMember(String, String, Int32) |
Retrieves an existing scalar member to the entity type, or creates a new one if it doesn't exist.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
AssociationsFrom |
Enumeration of all associations originating from this entity type.
| |
AssociationsTo |
Enumeration of all associations referencing this entity type.
| |
EntitySet |
The store entityset that this entity type belongs to.
| |
FullName |
Fully qualified name, including parent object names.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
MemberProperties |
Enumeration of all scalar members in the entity type.
| |
Name |
Name of the model object
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|