EdmToObjectNamespaceMap Class

Definition

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 edmNamespace items in an EdmToObjectNamespaceMap object.

Item[String]

Gets namespace identified by edmNamespace parameter.

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 edmNamespace parameter.

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 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.

Applies to