Sdílet prostřednictvím


EdmDeltaLink Konstruktory

Definice

Přetížení

EdmDeltaLink(IEdmEntityType)

Inicializuje novou instanci EdmDeltaLink třídy.

EdmDeltaLink(IEdmEntityTypeReference)

Inicializuje novou instanci EdmDeltaLink třídy.

EdmDeltaLink(IEdmEntityType, Boolean)

Inicializuje novou instanci EdmDeltaLink třídy.

Inicializuje novou instanci EdmDeltaLink třídy.

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

Parametry

entityType
IEdmEntityType

The IEdmEntityType of this DeltaLink.

Platí pro

Inicializuje novou instanci EdmDeltaLink třídy.

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

Parametry

entityTypeReference
IEdmEntityTypeReference

The IEdmEntityTypeReference of this DeltaLink.

Platí pro

Inicializuje novou instanci EdmDeltaLink třídy.

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

Parametry

entityType
IEdmEntityType

The IEdmEntityType of this DeltaLink.

isNullable
Boolean

true, pokud tento objekt může být null; jinak nepravda.

Platí pro