Share via


EdmDeltaLinkBase Class

Definition

The base class for delta link.

public abstract class EdmDeltaLinkBase : Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase
type EdmDeltaLinkBase = class
    interface IEdmDeltaLinkBase
    interface IEdmChangedObject
    interface IEdmObject
Public MustInherit Class EdmDeltaLinkBase
Implements IEdmDeltaLinkBase
Inheritance
EdmDeltaLinkBase
Derived
Implements

Constructors

EdmDeltaLinkBase(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaLinkBase class.

EdmDeltaLinkBase(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaLinkBase class.

Properties

EntityType

Gets the entity type.

IsNullable

Gets the nullable value.

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.

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

GetEdmType()

Gets the IEdmTypeReference of this instance.

Extension Methods

IsDeltaResource(IEdmObject)

Method to determine whether the current Edm object is a Delta resource

Applies to