CsdlLocation Class
Defines a location in a XML file.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.EdmLocation
Microsoft.Data.Edm.Csdl.CsdlLocation
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Class CsdlLocation _
Inherits EdmLocation
'Usage
Dim instance As CsdlLocation
public class CsdlLocation : EdmLocation
public ref class CsdlLocation : public EdmLocation
type CsdlLocation =
class
inherit EdmLocation
end
public class CsdlLocation extends EdmLocation
The CsdlLocation type exposes the following members.
Properties
Name | Description | |
---|---|---|
LineNumber | Gets the line number in the file. | |
LinePosition | Gets the position in the line. |
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.