Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an instance of an IEdmChangedObject. Holds the properties necessary to create either ODataDeltaLink or ODataDeltaDeletedLink.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public interface IEdmDeltaLinkBase : IEdmChangedObject, IEdmStructuredObject, 
    IEdmObject
public interface class IEdmDeltaLinkBase : IEdmChangedObject, 
    IEdmStructuredObject, IEdmObject
type IEdmDeltaLinkBase = 
    interface
        interface IEdmChangedObject
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Interface IEdmDeltaLinkBase
    Inherits IEdmChangedObject, IEdmStructuredObject, IEdmObject
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | DeltaKind | DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. (Inherited from IEdmChangedObject.) | 
| .jpeg) | Relationship | The name of the relationship property on the parent object. | 
| .jpeg) | Source | The Uri of the entity from which the relationship is defined, which may be absolute or relative. | 
| .jpeg) | Target | The Uri of the related entity, which may be absolute or relative. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | GetEdmType() | Gets the IEdmTypeReference of this instance.(Inherited from IEdmObject.) | 
| .jpeg) | TryGetPropertyValue(String, Object) | Gets the value of the property with the given name. (Inherited from IEdmStructuredObject.) | 
See Also
Return to top