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 | |
---|---|---|
Object | Gets a specified object from the location. |
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 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.