Freigeben über


RuntimeModelConvention.ProcessServicePropertyAnnotations Methode

Definition

Updates die Anmerkungen der Diensteigenschaft, die für das schreibgeschützte Objekt festgelegt werden.

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

Parameter

annotations
Dictionary<String,Object>

Die zu verarbeitenden Anmerkungen.

property
IServiceProperty

Die Quelldiensteigenschaft.

runtimeProperty
RuntimeServiceProperty

Die Zieldiensteigenschaft, die die Anmerkungen enthält.

runtime
Boolean

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

Gilt für: