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 ResourceSet Payload.
[Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBinding]
public class EdmDeltaDeletedLink : Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase, Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedLink
[<Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBinding>]
type EdmDeltaDeletedLink = class
inherit EdmDeltaLinkBase
interface IEdmDeltaDeletedLink
interface IEdmDeltaLinkBase
interface IEdmChangedObject
interface IEdmObject
Public Class EdmDeltaDeletedLink
Inherits EdmDeltaLinkBase
Implements IEdmDeltaDeletedLink
- Inheritance
- Attributes
- 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
EntityType |
Gets the entity type. (Inherited from EdmDeltaLinkBase) |
IsNullable |
Gets the nullable value. (Inherited from EdmDeltaLinkBase) |
Kind |
DeltaKind for the objects part of the DeltaResourceSet Payload. Used to determine which Delta object to create during serialization. |
Relationship |
The name of the relationship property on the parent object. (Inherited from EdmDeltaLinkBase) |
Source |
The Uri of the entity from which the relationship is defined, which may be absolute or relative. (Inherited from EdmDeltaLinkBase) |
Target |
The Uri of the related entity, which may be absolute or relative. (Inherited from EdmDeltaLinkBase) |
Methods
GetEdmType() |
Gets the IEdmTypeReference of this instance. (Inherited from EdmDeltaLinkBase) |
Extension Methods
IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta resource |