Partager via


RuntimeModelConvention.ProcessElementTypeAnnotations Méthode

Définition

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

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

Paramètres

annotations
Dictionary<String,Object>

Annotations à traiter.

element
IElementType

Type d’élément source.

runtimeElement
RuntimeElementType

Type d’élément cible qui contiendra les annotations.

runtime
Boolean

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

S’applique à