Partager via


RelationalRuntimeModelConvention.ProcessEntityTypeAnnotations Méthode

Définition

Surcharges

ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

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

ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

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

ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

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

protected override void ProcessEntityTypeAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType runtimeEntityType, bool runtime);
override this.ProcessEntityTypeAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * bool -> unit
Protected Overrides Sub ProcessEntityTypeAnnotations (annotations As Dictionary(Of String, Object), entityType As IEntityType, runtimeEntityType As RuntimeEntityType, runtime As Boolean)

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

entityType
IEntityType

Type d’entité source.

runtimeEntityType
RuntimeEntityType

Type d’entité cible qui contiendra les annotations.

runtime
Boolean

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

S’applique à

ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)

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

protected override void ProcessEntityTypeAnnotations (System.Collections.Generic.IDictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType runtimeEntityType, bool runtime);
override this.ProcessEntityTypeAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * bool -> unit
Protected Overrides Sub ProcessEntityTypeAnnotations (annotations As IDictionary(Of String, Object), entityType As IEntityType, runtimeEntityType As RuntimeEntityType, runtime As Boolean)

Paramètres

annotations
IDictionary<String,Object>

Annotations à traiter.

entityType
IEntityType

Type d’entité source.

runtimeEntityType
RuntimeEntityType

Type d’entité cible qui contiendra les annotations.

runtime
Boolean

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

S’applique à