Compartilhar via


RuntimeModelConvention.ProcessComplexPropertyAnnotations Método

Definição

Atualizações as anotações de propriedade que serão definidas no objeto somente leitura.

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)

Parâmetros

annotations
Dictionary<String,Object>

As anotações a serem processadas.

property
IComplexProperty

A propriedade de origem.

runtimeProperty
RuntimeComplexProperty

A propriedade de destino que conterá as anotações.

runtime
Boolean

Indica se as anotações fornecidas são anotações de runtime.

Aplica-se a