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 | |
---|---|---|
EdmLocation | Creates a new instance of the EdmLocation class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.