IEdmChangedObject Interface

 

Represents an instance of an IEdmChangedObject. Base interface to be implemented by any Delta object required to be part of the DeltaFeed Payload.

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

Syntax

public interface IEdmChangedObject : IEdmStructuredObject, IEdmObject
public interface class IEdmChangedObject : IEdmStructuredObject, 
    IEdmObject
type IEdmChangedObject = 
    interface
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Interface IEdmChangedObject
    Inherits 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.

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