Share via


EntitySelfLinks Class

EntitySelfLinks contains the Id, Edit and Read links for an entity.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.Formatter.Serialization.EntitySelfLinks

Namespace:  System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Class EntitySelfLinks
'Usage
Dim instance As EntitySelfLinks
public class EntitySelfLinks
public ref class EntitySelfLinks
type EntitySelfLinks =  class end
public class EntitySelfLinks

The EntitySelfLinks type exposes the following members.

Constructors

  Name Description
Public method EntitySelfLinks

Top

Properties

  Name Description
Public property EditLink A URL that can be used to edit a copy of the resource.
Public property IdLink A string that uniquely identifies the resource.
Public property ReadLink A URL that can be used to retrieve a copy of the resource.

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 (Inherited from Object.)

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

System.Web.Http.OData.Formatter.Serialization Namespace