EdmDeltaLink Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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. |
EdmDeltaLink(IEdmEntityType)
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
EdmDeltaLink(IEdmEntityTypeReference)
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
EdmDeltaLink(IEdmEntityType, Boolean)
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.