ObjectLocation Class

Defines an object as a location of itself.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ObjectLocation _
    Inherits EdmLocation
'Usage
Dim instance As ObjectLocation
public class ObjectLocation : EdmLocation
public ref class ObjectLocation : public EdmLocation
type ObjectLocation =  
    class 
        inherit EdmLocation 
    end
public class ObjectLocation extends EdmLocation

The ObjectLocation type exposes the following members.

Properties

  Name Description
Public property Object Gets a specified object from the location.

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 EdmLocation.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.Validation Namespace