Share via


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
System_CAPS_pubmethod EntitySelfLinks()

Properties

Name Description
System_CAPS_pubproperty EditLink

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

System_CAPS_pubproperty IdLink

A string that uniquely identifies the resource.

System_CAPS_pubproperty ReadLink

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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