Table of Contents

Class EntitySelfLinks

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

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

public class EntitySelfLinks
Inheritance
EntitySelfLinks
Inherited Members

Constructors

public EntitySelfLinks()

Properties

A URL that can be used to edit a copy of the resource.

public Uri EditLink { get; set; }

Property Value

Uri

A string that uniquely identifies the resource.

public string IdLink { get; set; }

Property Value

string

A URL that can be used to retrieve a copy of the resource.

public Uri ReadLink { get; set; }

Property Value

Uri