EdmToObjectNamespaceMap Class
Represents a collection of conceptual model to code namespace mappings.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
The EdmToObjectNamespaceMap type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of mappings in the EdmToObjectNamespaceMap. |
![]() | EdmNamespaces | Gets the list of model namespace names in the EdmToObjectNamespaceMap. |
![]() | Item | Gets or sets the code namespace name of the specified model namespace name. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a namespace mapping to the EdmToObjectNamespaceMap. |
![]() | Clear | Removes all namespace mappings from the EdmToObjectNamespaceMap. |
![]() | Contains | Gets a value indicating whether the EdmToObjectNamespaceMap contains the specified model namespace name. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 | Removes the specified namespace mapping. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetObjectNamespace | Gets a value indicating whether the object namespace was retrieved. |
The namespace mappings are used by the EntityClassGenerator class to specify a different code namespace for generating code than what is specified in the CSDL file. The namespace mappings are consulted when a reference to a type is to be generated. If an entry is found, the value will be used to generate the qualified reference to the type; otherwise, the CSDL namespace will be used.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
