ODataDeltaDeletedEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a deleted entity in delta response.
public sealed class ODataDeltaDeletedEntry : Microsoft.OData.ODataItem
type ODataDeltaDeletedEntry = class
inherit ODataItem
Public NotInheritable Class ODataDeltaDeletedEntry
Inherits ODataItem
- Inheritance
Constructors
ODataDeltaDeletedEntry(String, DeltaDeletedEntryReason) |
Initializes a new ODataDeltaDeletedEntry. |
Properties
Id |
The id of the deleted entity (same as the odata.id returned or computed when calling GET on resource), which may be absolute or relative. |
Reason |
Optional. Either deleted, if the entity was deleted (destroyed), or changed if the entity was removed from membership in the result (i.e., due to a data change). |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Extension Methods
SetSerializationInfo(ODataDeltaDeletedEntry, ODataDeltaSerializationInfo) |
Provide additional serialization information to the ODataDeltaWriter for |
SetSerializationInfo(ODataDeltaDeletedEntry, ODataResourceSerializationInfo) |
Provide additional serialization information to the ODataDeltaWriter for |