Microsoft.AspNetCore.OData.Deltas Namespace

Classes

Delta

Base class for the Delta resource

Delta<T>

A class the tracks changes (i.e. the Delta) for a particular T.

DeltaDeletedResource<T>

DeltaDeletedResource<T> allows and tracks changes to a delta deleted resource.

DeltaSet<T>

DeltaSet<T> allows and tracks changes to a delta resource set.

Interfaces

IDelta

IDelta allows and tracks changes to an object.

IDeltaDeletedResource

IDeltaDeletedResource allows and tracks changes to a deleted resource.

IDeltaSet

The interface for a delta resource set.

IDeltaSetItem

The delta set item base.

ITypedDelta

The typed delta.

Enums

DeltaItemKind

The Kind of the object within the DeltaPayload used to distinguish between Resource/DeletedResource/DeltaDeletedLink/AddedLink.