Class ODataEntityReferenceLinkBase
Encapuslates an Microsoft.Data.OData.ODataEntityReferenceLink.
public class ODataEntityReferenceLinkBase : ODataItemBase
- Inheritance
-
ODataEntityReferenceLinkBase
- Inherited Members
Constructors
ODataEntityReferenceLinkBase(ODataEntityReferenceLink)
Initializes a new instance of ODataEntityReferenceLinkBase.
public ODataEntityReferenceLinkBase(ODataEntityReferenceLink item)
Parameters
item
ODataEntityReferenceLinkThe wrapped item.
Properties
EntityReferenceLink
Gets the wrapped Microsoft.Data.OData.ODataEntityReferenceLink.
public ODataEntityReferenceLink EntityReferenceLink { get; }
Property Value
- ODataEntityReferenceLink