Share via


EdmDeltaLink Constructors

Definition

Overloads

EdmDeltaLink(IEdmEntityType)

Initializes a new instance of the EdmDeltaLink class.

EdmDeltaLink(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaLink class.

EdmDeltaLink(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaLink class.

Initializes a new instance of the EdmDeltaLink class.

public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityType entityType);
new Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink
Public Sub New (entityType As IEdmEntityType)

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaLink.

Applies to

Initializes a new instance of the EdmDeltaLink class.

public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference);
new Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink
Public Sub New (entityTypeReference As IEdmEntityTypeReference)

Parameters

entityTypeReference
IEdmEntityTypeReference

The IEdmEntityTypeReference of this DeltaLink.

Applies to

Initializes a new instance of the EdmDeltaLink class.

public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable);
new Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityType * bool -> Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink
Public Sub New (entityType As IEdmEntityType, isNullable As Boolean)

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaLink.

isNullable
Boolean

true if this object can be nullable; otherwise, false.

Applies to