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 | |
---|---|---|
ODataEntityReferenceLinkBase(ODataEntityReferenceLink) | Initializes a new instance of ODataEntityReferenceLinkBase. |
Properties
Name | Description | |
---|---|---|
EntityReferenceLink | Gets the wrapped ODataEntityReferenceLink. |
|
Item | Gets the wrapped ODataItem.(Inherited from ODataItemBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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