Freigeben über


RuntimeModelConvention.ProcessComplexPropertyAnnotations Methode

Definition

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

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

Parameter

annotations
Dictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

property
IComplexProperty

Die Source-Eigenschaft.

runtimeProperty
RuntimeComplexProperty

Die Zieleigenschaft, die die Anmerkungen enthält.

runtime
Boolean

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

Gilt für: