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