EdmToObjectNamespaceMap Class
Used by the code generation command line tools and tools in Visual Studio to generate strongly typed client-side objects for communicating with data services.
Assembly: System.Data.Services.Design (in System.Data.Services.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets a count of mappings contained by EdmToObjectNamespaceMap. |
![]() | EdmNamespaces | Gets edmNamespace items in an EdmToObjectNamespaceMap object. |
![]() | Item[String^] | Gets namespace identified by edmNamespace parameter. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Adds mapping between the Entity Data Model namespace and the object. |
![]() | Clear() | Clears EdmToObjectNamespaceMap. |
![]() | Contains(String^) | Queries whether mapping contains object in edmNamespace parameter. |
![]() | 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 object identified by edmNamespace parameter. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryGetObjectNamespace(String^, String^%) | Tests whether an object identified by objectNamespace and edmNamespace is mapped by EdmToObjectNamespaceMap. |
This class is not intended for public use and is used by the code generation command line tools and tools in Visual Studio to generate strongly typed client-side objects for communicating with data services.
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.


