EdmToObjectNamespaceMap Class
Represents a collection of conceptual model to code namespace mappings.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of mappings in the EdmToObjectNamespaceMap. |
![]() | EdmNamespaces | Gets the list of model namespace names in the EdmToObjectNamespaceMap. |
![]() | Item[String^] | Gets or sets the code namespace name of the specified model namespace name. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Adds a namespace mapping to the EdmToObjectNamespaceMap. |
![]() | Clear() | Removes all namespace mappings from the EdmToObjectNamespaceMap. |
![]() | Contains(String^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(String^) | Removes the specified namespace mapping. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryGetObjectNamespace(String^, String^%) | 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.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


