EdmDeltaDeletedEntityObject Class

 

Represents an IEdmDeltaDeletedEntityObject with no backing CLR Type. Used to hold the Deleted Entry 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.EdmDeltaDeletedEntityObject

Syntax

public class EdmDeltaDeletedEntityObject : EdmEntityObject, IEdmDeltaDeletedEntityObject, 
    IEdmChangedObject, IEdmStructuredObject, IEdmObject
public ref class EdmDeltaDeletedEntityObject : EdmEntityObject, 
    IEdmDeltaDeletedEntityObject, IEdmChangedObject, IEdmStructuredObject, 
    IEdmObject
type EdmDeltaDeletedEntityObject = 
    class
        inherit EdmEntityObject
        interface IEdmDeltaDeletedEntityObject
        interface IEdmChangedObject
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Class EdmDeltaDeletedEntityObject
    Inherits EdmEntityObject
    Implements IEdmDeltaDeletedEntityObject, IEdmChangedObject, IEdmStructuredObject,
    IEdmObject

Constructors

Name Description
System_CAPS_pubmethod EdmDeltaDeletedEntityObject(IEdmEntityType)

Initializes a new instance of the EdmDeltaDeletedEntityObject class.

System_CAPS_pubmethod EdmDeltaDeletedEntityObject(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaDeletedEntityObject class.

System_CAPS_pubmethod EdmDeltaDeletedEntityObject(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaDeletedEntityObject 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 Id

System_CAPS_pubproperty IsNullable

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

System_CAPS_pubproperty Reason

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