Table of Contents

Class ODataEntityReferenceLinkBase

Namespace
System.Web.Http.OData.Formatter.Deserialization
Assembly
System.Web.Http.OData.dll

Encapuslates an Microsoft.Data.OData.ODataEntityReferenceLink.

public class ODataEntityReferenceLinkBase : ODataItemBase
Inheritance
ODataEntityReferenceLinkBase
Inherited Members

Constructors

Initializes a new instance of ODataEntityReferenceLinkBase.

public ODataEntityReferenceLinkBase(ODataEntityReferenceLink item)

Parameters

item ODataEntityReferenceLink

The wrapped item.

Properties

Gets the wrapped Microsoft.Data.OData.ODataEntityReferenceLink.

public ODataEntityReferenceLink EntityReferenceLink { get; }

Property Value

ODataEntityReferenceLink