Share via


ODataEntityReferenceLinkBase Class

Definition

Encapuslates an ODataEntityReferenceLink.

public class ODataEntityReferenceLinkBase : Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase
type ODataEntityReferenceLinkBase = class
    inherit ODataItemBase
Public Class ODataEntityReferenceLinkBase
Inherits ODataItemBase
Inheritance
ODataEntityReferenceLinkBase

Constructors

ODataEntityReferenceLinkBase(ODataEntityReferenceLink)

Initializes a new instance of ODataEntityReferenceLinkBase.

Properties

EntityReferenceLink

Gets the wrapped ODataEntityReferenceLink.

Item

Gets the wrapped ODataItem.

(Inherited from ODataItemBase)

Applies to