Share via


EdmDeltaDeletedLink Constructors

Definition

Overloads

EdmDeltaDeletedLink(IEdmEntityType)

Initializes a new instance of the EdmDeltaDeletedLink class.

EdmDeltaDeletedLink(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaDeletedLink class.

EdmDeltaDeletedLink(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaDeletedLink class.

Initializes a new instance of the EdmDeltaDeletedLink class.

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

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaDeletedLink.

Applies to

Initializes a new instance of the EdmDeltaDeletedLink class.

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

Parameters

entityTypeReference
IEdmEntityTypeReference

The IEdmEntityTypeReference of this DeltaDeletedLink.

Applies to

Initializes a new instance of the EdmDeltaDeletedLink class.

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

Parameters

entityType
IEdmEntityType

The IEdmEntityType of this DeltaDeletedLink.

isNullable
Boolean

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

Applies to