Partager via


EntityEntryGraphNode<TState> Constructeurs

Définition

Surcharges

EntityEntryGraphNode<TState>(EntityEntry, TState, EntityEntry, INavigationBase)

Crée un nœud dans le graphique d’entités.

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigation)

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigationBase)

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

EntityEntryGraphNode<TState>(EntityEntry, TState, EntityEntry, INavigationBase)

Crée un nœud dans le graphique d’entités.

public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As EntityEntry, state As TState, sourceEntry As EntityEntry, inboundNavigation As INavigationBase)

Paramètres

entry
EntityEntry

Entrée de l’entité représentée par ce nœud.

state
TState

Objet d’état qui sera disponible lors du traitement de chaque nœud.

sourceEntry
EntityEntry

Entrée à partir de laquelle ce nœud a été atteint, ou null s’il s’agit du nœud racine.

inboundNavigation
INavigationBase

Navigation du nœud source vers ce nœud, ou null s’il s’agit du nœud racine.

S’applique à

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigation)

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigation inboundNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As InternalEntityEntry, state As TState, sourceEntry As InternalEntityEntry, inboundNavigation As INavigation)

Paramètres

entry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
state
TState
sourceEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
inboundNavigation
INavigation
Attributs

S’applique à

EntityEntryGraphNode<TState>(InternalEntityEntry, TState, InternalEntityEntry, INavigationBase)

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase inboundNavigation);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState? state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Diagnostics.DebuggerStepThrough]
public EntityEntryGraphNode (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry entry, TState state, Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry? sourceEntry, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? inboundNavigation);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State> : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * 'State * Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<'State>
Public Sub New (entry As InternalEntityEntry, state As TState, sourceEntry As InternalEntityEntry, inboundNavigation As INavigationBase)

Paramètres

entry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
state
TState
sourceEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
inboundNavigation
INavigationBase
Attributs

S’applique à