Freigeben über


RuntimeModelConvention.ProcessEntityTypeAnnotations Methode

Definition

Überlädt

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

Updates die Entitätstypanmerkungen, die für das schreibgeschützte Objekt festgelegt werden.

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

Updates die Entitätstypanmerkungen, die für das schreibgeschützte Objekt festgelegt werden.

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

Updates die Entitätstypanmerkungen, die für das schreibgeschützte Objekt festgelegt werden.

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

Parameter

annotations
Dictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

entityType
IEntityType

Der Quellentitätstyp.

runtimeEntityType
RuntimeEntityType

Der Zielentitätstyp, der die Anmerkungen enthält.

runtime
Boolean

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

Gilt für:

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

Updates die Entitätstypanmerkungen, die für das schreibgeschützte Objekt festgelegt werden.

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

Parameter

annotations
IDictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

entityType
IEntityType

Der Quellentitätstyp.

runtimeEntityType
RuntimeEntityType

Der Zielentitätstyp, der die Anmerkungen enthält.

runtime
Boolean

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

Gilt für: