Freigeben über


RuntimeModelConvention.ProcessElementTypeAnnotations Methode

Definition

Updates die Elementtypanmerkungen, die für das schreibgeschützte Objekt festgelegt werden.

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)

Parameter

annotations
Dictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

element
IElementType

Der Quellelementtyp.

runtimeElement
RuntimeElementType

Der Zielelementtyp, der die Anmerkungen enthält.

runtime
Boolean

Gibt an, ob es sich bei den angegebenen Anmerkungen um Laufzeitanmerkungen handelt.

Gilt für: