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)

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

public ref class EntitySelfLinks 

NameDescription
System_CAPS_pubpropertyEditLink

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

System_CAPS_pubpropertyIdLink

A string that uniquely identifies the resource.

System_CAPS_pubpropertyReadLink

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: