LinkDescriptor Class

Definition

represents the association between two entities

public sealed class LinkDescriptor : Microsoft.OData.Client.Descriptor
type LinkDescriptor = class
    inherit Descriptor
Public NotInheritable Class LinkDescriptor
Inherits Descriptor
Inheritance
LinkDescriptor

Properties

Source

A source entity in a link returned by a DataServiceResponse.

SourceProperty

The identifier property of the source entity in a link returned by a DataServiceResponse.

State

When overridden in a derived class, gets the state of the object at the time this instance was constructed.

(Inherited from Descriptor)
Target

The source entity in a link returned by a DataServiceResponse.

Applies to