Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of ODataEntityReferenceLinkBase.
Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public ODataEntityReferenceLinkBase(
    ODataEntityReferenceLink item
)
public:
ODataEntityReferenceLinkBase(
    ODataEntityReferenceLink^ item
)
new : 
        item:ODataEntityReferenceLink -> ODataEntityReferenceLinkBase
Public Sub New (
    item As ODataEntityReferenceLink
)
Parameters
item
Type: Microsoft.OData.Core.ODataEntityReferenceLinkThe wrapped item.
See Also
ODataEntityReferenceLinkBase Class
System.Web.OData.Formatter.Deserialization Namespace
Return to top