IEdmDeltaLink 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. Holds the properties necessary to create the ODataDeltaLink.
public interface IEdmDeltaLink : Microsoft.AspNet.OData.IEdmDeltaLinkBase
type IEdmDeltaLink = interface
interface IEdmDeltaLinkBase
interface IEdmChangedObject
interface IEdmStructuredObject
interface IEdmObject
Public Interface IEdmDeltaLink
Implements IEdmDeltaLinkBase
- Derived
- Implements
Properties
DeltaKind |
DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. (Inherited from IEdmChangedObject) |
Relationship |
The name of the relationship property on the parent object. (Inherited from IEdmDeltaLinkBase) |
Source |
The Uri of the entity from which the relationship is defined, which may be absolute or relative. (Inherited from IEdmDeltaLinkBase) |
Target |
The Uri of the related entity, which may be absolute or relative. (Inherited from IEdmDeltaLinkBase) |
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 |