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 | |
---|---|---|
EntitySelfLinks |
Top
Properties
Name | Description | |
---|---|---|
EditLink | A URL that can be used to edit a copy of the resource. | |
IdLink | A string that uniquely identifies the resource. | |
ReadLink | A URL that can be used to retrieve a copy of the resource. |
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 | (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.