LinkInfo Class

Encapsulates information about a link, or relationship, between entities.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.LinkInfo

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public NotInheritable Class LinkInfo
'Usage
Dim instance As LinkInfo
public sealed class LinkInfo
public ref class LinkInfo sealed
[<SealedAttribute>]
type LinkInfo =  class end
public final class LinkInfo

The LinkInfo type exposes the following members.

Properties

  Name Description
Public property AssociationLink Gets or sets the URI that is the association link.
Public property Name Gets or sets the name of the link.
Public property NavigationLink Gets or sets the URI that is the navigation property representation of the link.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

System.Data.Services.Client Namespace