Share via


ODataEntityReferenceLinkBase Class

 

Encapuslates an ODataEntityReferenceLink.

Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.OData.Formatter.Deserialization.ODataItemBase
    System.Web.OData.Formatter.Deserialization.ODataEntityReferenceLinkBase

Syntax

public class ODataEntityReferenceLinkBase : ODataItemBase
public ref class ODataEntityReferenceLinkBase : ODataItemBase
type ODataEntityReferenceLinkBase = 
    class
        inherit ODataItemBase
    end
Public Class ODataEntityReferenceLinkBase
    Inherits ODataItemBase

Constructors

Name Description
System_CAPS_pubmethod ODataEntityReferenceLinkBase(ODataEntityReferenceLink)

Initializes a new instance of ODataEntityReferenceLinkBase.

Properties

Name Description
System_CAPS_pubproperty EntityReferenceLink

Gets the wrapped ODataEntityReferenceLink.

System_CAPS_pubproperty Item

Gets the wrapped ODataItem.(Inherited from ODataItemBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.OData.Formatter.Deserialization Namespace

Return to top