ODataEntityReferenceLinkBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapuslates an ODataEntityReferenceLink.
public class ODataEntityReferenceLinkBase : Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase
type ODataEntityReferenceLinkBase = class
inherit ODataItemBase
Public Class ODataEntityReferenceLinkBase
Inherits ODataItemBase
- Inheritance
Constructors
ODataEntityReferenceLinkBase(ODataEntityReferenceLink) |
Initializes a new instance of ODataEntityReferenceLinkBase. |
Properties
EntityReferenceLink |
Gets the wrapped ODataEntityReferenceLink. |
Item |
Gets the wrapped ODataItem. (Inherited from ODataItemBase) |