The ReflectionMappingProvider type exposes the following members.

Constructors

  NameDescription
Public methodReflectionMappingProvider
Creates a new provider instance

Methods

  NameDescription
Public methodAddMappingsForAssembly
Processes the specified assembly for entity implementation types and adds all mapping information to the specified mapping store
Public methodAddMappingsForContext
Processes a EntityContext instance to extract mapping details and uses them to populate a EntityMappingStore
Public methodAddMappingsForType
Populates a EntityMappingStore with the entity mapping and property mapping information found on an entity implementation type
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also