EdmLocation Class

Represents the location of an EDM item.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.EdmLocation
    Microsoft.Data.Edm.Csdl.CsdlLocation
    Microsoft.Data.Edm.Validation.ObjectLocation

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public MustInherit Class EdmLocation
'Usage
Dim instance As EdmLocation
public abstract class EdmLocation
public ref class EdmLocation abstract
[<AbstractClassAttribute>]
type EdmLocation =  class end
public abstract class EdmLocation

The EdmLocation type exposes the following members.

Constructors

  Name Description
Protected method EdmLocation Creates a new instance of the EdmLocation class.

Top

Methods

  Name Description
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 ToString Gets a string representation of the location. (Overrides Object.ToString().)

Top

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

Microsoft.Data.Edm Namespace