Udostępnij za pośrednictwem


RuntimeModelConvention.ProcessComplexPropertyAnnotations Metoda

Definicja

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

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)

Parametry

annotations
Dictionary<String,Object>

Adnotacje do przetworzenia.

property
IComplexProperty

Właściwość źródłowa.

runtimeProperty
RuntimeComplexProperty

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

runtime
Boolean

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

Dotyczy