EdmDeltaLink Class
Represents an IEdmDeltaLink with no backing CLR Type. Used to hold the Added/Modified Link object in the Delta Feed Payload.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
System.Web.OData.Delta
System.Web.OData.EdmStructuredObject
System.Web.OData.EdmEntityObject
System.Web.OData.EdmDeltaLink
Syntax
public class EdmDeltaLink : EdmEntityObject, IEdmDeltaLink, IEdmDeltaLinkBase,
IEdmChangedObject, IEdmStructuredObject, IEdmObject
public ref class EdmDeltaLink : EdmEntityObject, IEdmDeltaLink,
IEdmDeltaLinkBase, IEdmChangedObject, IEdmStructuredObject,
IEdmObject
type EdmDeltaLink =
class
inherit EdmEntityObject
interface IEdmDeltaLink
interface IEdmDeltaLinkBase
interface IEdmChangedObject
interface IEdmStructuredObject
interface IEdmObject
end
Public Class EdmDeltaLink
Inherits EdmEntityObject
Implements IEdmDeltaLink, IEdmDeltaLinkBase, IEdmChangedObject,
IEdmStructuredObject, IEdmObject
Constructors
Name | Description | |
---|---|---|
EdmDeltaLink(IEdmEntityType) | Initializes a new instance of the EdmDeltaLink class. |
|
EdmDeltaLink(IEdmEntityType, Boolean) | Initializes a new instance of the EdmDeltaLink class. |
|
EdmDeltaLink(IEdmEntityTypeReference) | Initializes a new instance of the EdmDeltaLink class. |
Properties
Name | Description | |
---|---|---|
ActualEdmType | Gets or sets the actual IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.) |
|
DeltaKind | ||
ExpectedEdmType | Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.) |
|
IsNullable | Gets or sets whether the EDM object is nullable or not.(Inherited from EdmStructuredObject.) |
|
Relationship | ||
Source | ||
Target |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top