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)

System::Object
  System.Dynamic::DynamicObject
    System.Web.OData::Delta
      System.Web.OData::EdmStructuredObject
        System.Web.OData::EdmEntityObject
          System.Web.OData::EdmDeltaDeletedEntityObject

public ref class EdmDeltaDeletedEntityObject : EdmEntityObject, 
	IEdmDeltaDeletedEntityObject, IEdmChangedObject, IEdmStructuredObject, 
	IEdmObject

NameDescription
System_CAPS_pubmethodEdmDeltaDeletedEntityObject(IEdmEntityType^)

Initializes a new instance of the EdmDeltaDeletedEntityObject class.

System_CAPS_pubmethodEdmDeltaDeletedEntityObject(IEdmEntityType^, Boolean)

Initializes a new instance of the EdmDeltaDeletedEntityObject class.

System_CAPS_pubmethodEdmDeltaDeletedEntityObject(IEdmEntityTypeReference^)

Initializes a new instance of the EdmDeltaDeletedEntityObject class.

NameDescription
System_CAPS_pubpropertyActualEdmType

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

System_CAPS_pubpropertyDeltaKind

System_CAPS_pubpropertyExpectedEdmType

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

System_CAPS_pubpropertyId

System_CAPS_pubpropertyIsNullable

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

System_CAPS_pubpropertyReason

NameDescription
System_CAPS_pubmethodClear()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetChangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodGetDynamicMemberNames()

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetEdmType()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMetaObject(Expression^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUnchangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryBinaryOperation(BinaryOperationBinder^, Object^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryConvert(ConvertBinder^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryCreateInstance(CreateInstanceBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteIndex(DeleteIndexBinder^, array<Object^>^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteMember(DeleteMemberBinder^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetDynamicProperties()

Get all dynamic properties (Inherited from EdmStructuredObject.)

System_CAPS_pubmethodTryGetIndex(GetIndexBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetMember(GetMemberBinder^, Object^)

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

System_CAPS_pubmethodTryGetPropertyType(String^, Type^)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodTryInvoke(InvokeBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryInvokeMember(InvokeMemberBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetIndex(SetIndexBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetMember(SetMemberBinder^, Object^)

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

System_CAPS_pubmethodTrySetPropertyValue(String^, Object^)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethodTryUnaryOperation(UnaryOperationBinder^, Object^)

(Inherited from DynamicObject.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: