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
System_CAPS_pubmethod EdmDeltaLink(IEdmEntityType)

Initializes a new instance of the EdmDeltaLink class.

System_CAPS_pubmethod EdmDeltaLink(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaLink class.

System_CAPS_pubmethod EdmDeltaLink(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaLink class.

Properties

Name Description
System_CAPS_pubproperty ActualEdmType

Gets or sets the actual IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.)

System_CAPS_pubproperty DeltaKind

System_CAPS_pubproperty ExpectedEdmType

Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.)

System_CAPS_pubproperty IsNullable

Gets or sets whether the EDM object is nullable or not.(Inherited from EdmStructuredObject.)

System_CAPS_pubproperty Relationship

System_CAPS_pubproperty Source

System_CAPS_pubproperty Target

Methods

Name Description
System_CAPS_pubmethod Clear()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetChangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod GetDynamicMemberNames()

(Inherited from DynamicObject.)

System_CAPS_pubmethod GetEdmType()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMetaObject(Expression)

(Inherited from DynamicObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetUnchangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryBinaryOperation(BinaryOperationBinder, Object, Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryConvert(ConvertBinder, Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryCreateInstance(CreateInstanceBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryDeleteIndex(DeleteIndexBinder, Object[])

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryDeleteMember(DeleteMemberBinder)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryGetDynamicProperties()

Get all dynamic properties (Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryGetIndex(GetIndexBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryGetMember(GetMemberBinder, Object)

Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got. (Inherited from Delta.)

System_CAPS_pubmethod TryGetPropertyType(String, Type)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryGetPropertyValue(String, Object)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryInvoke(InvokeBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryInvokeMember(InvokeMemberBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TrySetIndex(SetIndexBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TrySetMember(SetMemberBinder, Object)

Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set. (Inherited from Delta.)

System_CAPS_pubmethod TrySetPropertyValue(String, Object)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryUnaryOperation(UnaryOperationBinder, Object)

(Inherited from DynamicObject.)

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

System.Web.OData Namespace

Return to top