EdmToObjectNamespaceMap Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class EdmToObjectNamespaceMap
public class EdmToObjectNamespaceMap
type EdmToObjectNamespaceMap = class
Public Class EdmToObjectNamespaceMap
- Inheritance
-
EdmToObjectNamespaceMap
Remarks
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.
Properties
Count |
Gets a count of mappings contained by EdmToObjectNamespaceMap. |
EdmNamespaces |
Gets |
Item[String] |
Gets namespace identified by |
Methods
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 |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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(String) |
Removes object identified by |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryGetObjectNamespace(String, String) |
Tests whether an object identified by |