IEdmDeltaLink Interface

 

Represents an instance of an IEdmChangedObject. Holds the properties necessary to create the ODataDeltaLink.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public interface IEdmDeltaLink : IEdmDeltaLinkBase, IEdmChangedObject, 
    IEdmStructuredObject, IEdmObject
public interface class IEdmDeltaLink : IEdmDeltaLinkBase, IEdmChangedObject, 
    IEdmStructuredObject, IEdmObject
type IEdmDeltaLink = 
    interface
        interface IEdmDeltaLinkBase
        interface IEdmChangedObject
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Interface IEdmDeltaLink
    Inherits IEdmDeltaLinkBase, IEdmChangedObject, IEdmStructuredObject,
    IEdmObject

Properties

Name Description
System_CAPS_pubproperty DeltaKind

DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. (Inherited from IEdmChangedObject.)

System_CAPS_pubproperty Relationship

The name of the relationship property on the parent object. (Inherited from IEdmDeltaLinkBase.)

System_CAPS_pubproperty Source

The Uri of the entity from which the relationship is defined, which may be absolute or relative. (Inherited from IEdmDeltaLinkBase.)

System_CAPS_pubproperty Target

The Uri of the related entity, which may be absolute or relative. (Inherited from IEdmDeltaLinkBase.)

Methods

Name Description
System_CAPS_pubmethod GetEdmType()

Gets the IEdmTypeReference of this instance.(Inherited from IEdmObject.)

System_CAPS_pubmethod TryGetPropertyValue(String, Object)

Gets the value of the property with the given name. (Inherited from IEdmStructuredObject.)

See Also

System.Web.OData Namespace

Return to top