EntitySelfLinks Class
EntitySelfLinks contains the Id, Edit and Read links for an entity.
Namespace: System.Web.OData.Formatter.Serialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Formatter.Serialization.EntitySelfLinks
Syntax
public class EntitySelfLinks
public ref class EntitySelfLinks
type EntitySelfLinks = class end
Public Class EntitySelfLinks
Constructors
Name | Description | |
---|---|---|
EntitySelfLinks() |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
System.Web.OData.Formatter.Serialization Namespace
Return to top