Partager via


RuntimeModelConvention.ProcessSkipNavigationAnnotations Méthode

Définition

Mises à jour les annotations de navigation ignorer qui seront définies sur l’objet en lecture seule.

protected virtual void ProcessSkipNavigationAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation skipNavigation, Microsoft.EntityFrameworkCore.Metadata.RuntimeSkipNavigation runtimeSkipNavigation, bool runtime);
abstract member ProcessSkipNavigationAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Metadata.RuntimeSkipNavigation * bool -> unit
override this.ProcessSkipNavigationAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Metadata.RuntimeSkipNavigation * bool -> unit
Protected Overridable Sub ProcessSkipNavigationAnnotations (annotations As Dictionary(Of String, Object), skipNavigation As ISkipNavigation, runtimeSkipNavigation As RuntimeSkipNavigation, runtime As Boolean)

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

skipNavigation
ISkipNavigation

La navigation de la source ignore.

runtimeSkipNavigation
RuntimeSkipNavigation

La cible ignore la navigation qui contiendra les annotations.

runtime
Boolean

Indique si les annotations données sont des annotations d’exécution.

S’applique à