Condividi tramite


RuntimeModelConvention.ProcessServicePropertyAnnotations Metodo

Definizione

Aggiornamenti le annotazioni delle proprietà del servizio che verranno impostate sull'oggetto di sola lettura.

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)

Parametri

annotations
Dictionary<String,Object>

Annotazioni da elaborare.

property
IServiceProperty

Proprietà del servizio di origine.

runtimeProperty
RuntimeServiceProperty

Proprietà del servizio di destinazione che conterrà le annotazioni.

runtime
Boolean

Indica se le annotazioni indicate sono annotazioni di runtime.

Si applica a