Compartilhar via


RuntimeModelConvention.ProcessKeyAnnotations Método

Definição

Sobrecargas

ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)

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

ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)

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

ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)

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

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

Parâmetros

annotations
Dictionary<String,Object>

As anotações a serem processadas.

key
IKey

A chave de origem.

runtimeKey
RuntimeKey

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

runtime
Boolean

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

Aplica-se a

ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)

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

protected virtual void ProcessKeyAnnotations (System.Collections.Generic.IDictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.RuntimeKey runtimeKey, bool runtime);
abstract member ProcessKeyAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
override this.ProcessKeyAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
Protected Overridable Sub ProcessKeyAnnotations (annotations As IDictionary(Of String, Object), key As IKey, runtimeKey As RuntimeKey, runtime As Boolean)

Parâmetros

annotations
IDictionary<String,Object>

As anotações a serem processadas.

key
IKey

A chave de origem.

runtimeKey
RuntimeKey

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

runtime
Boolean

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

Aplica-se a