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.

Inheritance Hierarchy

System.Object
  System.Data.Services.Design.EdmToObjectNamespaceMap

Namespace:  System.Data.Services.Design
Assembly:  Microsoft.Data.Services.Design (in Microsoft.Data.Services.Design.dll)

Syntax

'Declaration
Public Class EdmToObjectNamespaceMap
'Usage
Dim instance As EdmToObjectNamespaceMap
public class EdmToObjectNamespaceMap
public ref class EdmToObjectNamespaceMap
type EdmToObjectNamespaceMap =  class end
public class EdmToObjectNamespaceMap

The EdmToObjectNamespaceMap type exposes the following members.

Properties

  Name Description
Public property Count Gets a count of mappings contained by EdmToObjectNamespaceMap.
Public property EdmNamespaces Gets edmNamespace items in an EdmToObjectNamespaceMap object.
Public property Item Gets namespace identified by edmNamespace parameter.

Top

Methods

  Name Description
Public method Add Adds mapping between the Entity Data Model namespace and the object.
Public method Clear Clears EdmToObjectNamespaceMap.
Public method Contains Queries whether mapping contains object in edmNamespace parameter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes object identified by edmNamespace parameter.
Public method ToString (Inherited from Object.)
Public method TryGetObjectNamespace Tests whether an object identified by objectNamespace and edmNamespace is mapped by EdmToObjectNamespaceMap.

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Design Namespace