The ModelEntityType type exposes the following members.

Methods

  NameDescription
Public methodAddMember(String)
Adds a scalar member to this entity type.
Public methodAddMember(String, Type, Boolean)
Adds a scalar member to this entity type.
Public methodAddMember(String, Type, Boolean, Int32)
Adds a scalar member to this entity type.
Public methodAddNavigationMember(String, ModelAssociationSet)
Adds a navigation property to the entity type.
Public methodAddNavigationMember(String, ModelAssociationSet, String, String)
Adds a navigation property to the entity type.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrCreateMember(String)
Retrieves a scalar member in this entity type, or creates it if not found
Public methodGetOrCreateMember(String, Type, Boolean)
Retrieves a scalar member in this entity type, or creates it if not found
Public methodGetOrCreateMember(String, Type, Boolean, Int32)
Retrieves a scalar member in this entity type, or creates it if not found
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInheritsFrom
True if the specified entity type inherits from this entity type.
Public methodIsSubtypeOf
True if the specified entity type is a parent somewhere in the inheritance chain for this entity type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the object from the model.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also