ODataDeltaLinkBase 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.
Represents either an added link or a deleted link in delta response.
public abstract class ODataDeltaLinkBase : Microsoft.OData.ODataItem
type ODataDeltaLinkBase = class
inherit ODataItem
Public MustInherit Class ODataDeltaLinkBase
Inherits ODataItem
- Inheritance
- Derived
Constructors
ODataDeltaLinkBase(Uri, Uri, String) |
Initializes a new ODataDeltaLinkBase. |
Properties
Relationship |
The name of the relationship property on the parent object. |
Source |
The id of the entity from which the relationship is defined, which may be absolute or relative. |
Target |
The id of the related entity, which may be absolute or relative. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Extension Methods
SetSerializationInfo(ODataDeltaLinkBase, ODataDeltaSerializationInfo) |
Provide additional serialization information to the ODataDeltaWriter for |