Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A class the tracks changes (i.e. the Delta) for an entity.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
System.Web.Http.OData.Delta
System.Web.Http.OData.EdmStructuredObject
System.Web.Http.OData.TypedDelta
Syntax
public abstract class Delta : DynamicObject, IDelta
public ref class Delta abstract : DynamicObject, IDelta
[<AbstractClass>]
type Delta =
class
inherit DynamicObject
interface IDelta
end
Public MustInherit Class Delta
Inherits DynamicObject
Implements IDelta
Constructors
Name | Description | |
---|---|---|
![]() |
Delta() | Initializes a new instance of the Delta class. |
Methods
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.Http.OData Namespace
Return to top