IDeltaDeletedResource Interface

Definition

IDeltaDeletedResource allows and tracks changes to a deleted resource.

public interface IDeltaDeletedResource : Microsoft.AspNetCore.OData.Deltas.IDelta
type IDeltaDeletedResource = interface
    interface IDelta
    interface IDeltaSetItem
Public Interface IDeltaDeletedResource
Implements IDelta
Derived
Implements

Properties

Id
Kind

Gets the delta item kind.

(Inherited from IDeltaSetItem)
Reason

Methods

Clear()

Clears the IDelta.

(Inherited from IDelta)
GetChangedPropertyNames()

Returns the Properties that have been modified through this IDelta as an enumerable of Property Names

(Inherited from IDelta)
GetUnchangedPropertyNames()

Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names

(Inherited from IDelta)
TryGetPropertyType(String, Type)

Attempts to get the Type of the Property called name from the underlying Entity.

(Inherited from IDelta)
TryGetPropertyValue(String, Object)

Attempts to get the value of the Property called name from the underlying Entity.

(Inherited from IDelta)
TrySetPropertyValue(String, Object)

Attempts to set the Property called name to the value specified.

(Inherited from IDelta)

Applies to