EdmDeltaDeletedLink 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 an IEdmDeltaDeletedLink with no backing CLR Type. Used to hold the Deleted Link object in the Delta Feed Payload.
public class EdmDeltaDeletedLink : Microsoft.AspNet.OData.EdmEntityObject, Microsoft.AspNet.OData.IEdmDeltaDeletedLink
type EdmDeltaDeletedLink = class
inherit EdmEntityObject
interface IEdmDeltaDeletedLink
interface IEdmDeltaLinkBase
interface IEdmChangedObject
interface IEdmStructuredObject
interface IEdmObject
Public Class EdmDeltaDeletedLink
Inherits EdmEntityObject
Implements IEdmDeltaDeletedLink
- Inheritance
- Implements
Constructors
EdmDeltaDeletedLink(IEdmEntityType, Boolean) |
Initializes a new instance of the EdmDeltaDeletedLink class. |
EdmDeltaDeletedLink(IEdmEntityType) |
Initializes a new instance of the EdmDeltaDeletedLink class. |
EdmDeltaDeletedLink(IEdmEntityTypeReference) |
Initializes a new instance of the EdmDeltaDeletedLink class. |
Properties
ActualEdmType |
Gets or sets the actual IEdmStructuredType of the entity or complex type of this object. (Inherited from EdmStructuredObject) |
DeltaKind |
DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization. |
ExpectedEdmType |
Gets or sets the expected IEdmStructuredType of the entity or complex type of this object. (Inherited from EdmStructuredObject) |
IsNullable |
Gets or sets whether the EDM object is nullable or not. (Inherited from EdmStructuredObject) |
Relationship |
The name of the relationship property on the parent object. |
Source |
The Uri of the entity from which the relationship is defined, which may be absolute or relative. |
Target |
The Uri of the related entity, which may be absolute or relative. |
Methods
Clear() |
Clears the Delta and resets the underlying Entity. (Inherited from EdmStructuredObject) |
GetChangedPropertyNames() |
Returns the Properties that have been modified through this Delta as an enumeration of Property Names (Inherited from EdmStructuredObject) |
GetEdmType() |
Gets the IEdmTypeReference of this instance. (Inherited from EdmStructuredObject) |
GetUnchangedPropertyNames() |
Returns the Properties that have not been modified through this Delta as an enumeration of Property Names (Inherited from EdmStructuredObject) |
TryGetDynamicProperties() |
Get all dynamic properties (Inherited from EdmStructuredObject) |
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) |
Gets the value of the property with the given name. (Inherited from EdmStructuredObject) |
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 |
Extension Methods
IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta Entry |