RuntimeModelConvention.ProcessServicePropertyAnnotations Metoda

Definicja

Aktualizacje adnotacje właściwości usługi, które zostaną ustawione w obiekcie tylko do odczytu.

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)

Parametry

annotations
Dictionary<String,Object>

Adnotacje do przetworzenia.

property
IServiceProperty

Właściwość usługi źródłowej.

runtimeProperty
RuntimeServiceProperty

Właściwość usługi docelowej, która będzie zawierać adnotacje.

runtime
Boolean

Wskazuje, czy podane adnotacje są adnotacjami środowiska uruchomieniowego.

Dotyczy