IEdmChangedObject Interface
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 instance of an IEdmChangedObject. Base interface to be implemented by any Delta object required to be part of the DeltaFeed Payload.
public interface IEdmChangedObject : Microsoft.AspNet.OData.IEdmStructuredObject
type IEdmChangedObject = interface
interface IEdmStructuredObject
interface IEdmObject
Public Interface IEdmChangedObject
Implements IEdmStructuredObject
- Derived
- Implements
Properties
DeltaKind |
DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. |
Methods
GetEdmType() |
Gets the IEdmTypeReference of this instance. (Inherited from IEdmObject) |
TryGetPropertyValue(String, Object) |
Gets the value of the property with the given name. (Inherited from IEdmStructuredObject) |
Extension Methods
IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta Entry |