Share via


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
Public property LineNumber Gets the line number in the file.
Public property LinePosition Gets the position in the line.

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.Csdl Namespace