Compartilhar via


RuntimeModelConvention.ProcessElementTypeAnnotations Método

Definição

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

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

Parâmetros

annotations
Dictionary<String,Object>

As anotações a serem processadas.

element
IElementType

O tipo de elemento de origem.

runtimeElement
RuntimeElementType

O tipo de elemento de destino que conterá as anotações.

runtime
Boolean

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

Aplica-se a