TypedDelta 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 Delta that can be used when a backing CLR type exists for the entity type and complex type whose changes are tracked.
public abstract class TypedDelta : Microsoft.AspNet.OData.Delta
type TypedDelta = class
inherit Delta
Public MustInherit Class TypedDelta
Inherits Delta
- Inheritance
- Derived
Constructors
TypedDelta() |
Properties
ExpectedClrType |
Gets the expected type of the entity for which the changes are tracked. |
StructuredType |
Gets the actual type of the structural object for which the changes are tracked. |
Methods
Clear() |
Clears the Delta and resets the underlying Entity. (Inherited from Delta) |
GetChangedPropertyNames() |
Returns the Properties that have been modified through this Delta as an enumeration of Property Names (Inherited from Delta) |
GetUnchangedPropertyNames() |
Returns the Properties that have not been modified through this Delta as an enumeration of Property Names (Inherited from Delta) |
TryGetMember(GetMemberBinder, Object) |
Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got. (Inherited from Delta) |
TryGetPropertyType(String, Type) |
Attempts to get the Type of the Property called |
TryGetPropertyValue(String, Object) |
Attempts to get the value of the Property called |
TrySetMember(SetMemberBinder, Object) |
Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set. (Inherited from Delta) |
TrySetPropertyValue(String, Object) |
Attempts to set the Property called |