Compartir a través de


RuntimeModelConvention.ProcessKeyAnnotations Método

Definición

Sobrecargas

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

Novedades las anotaciones clave que se establecerán en el objeto de solo lectura.

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

Novedades las anotaciones clave que se establecerán en el objeto de solo lectura.

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

Source:
RuntimeModelConvention.cs
Source:
RuntimeModelConvention.cs
Source:
RuntimeModelConvention.cs

Novedades las anotaciones clave que se establecerán en el objeto de solo lectura.

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>

Anotaciones que se van a procesar.

key
IKey

Clave de origen.

runtimeKey
RuntimeKey

Clave de destino que contendrá las anotaciones.

runtime
Boolean

Indica si las anotaciones especificadas son anotaciones en tiempo de ejecución.

Se aplica a

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

Source:
RuntimeModelConvention.cs

Novedades las anotaciones clave que se establecerán en el objeto de solo lectura.

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>

Anotaciones que se van a procesar.

key
IKey

Clave de origen.

runtimeKey
RuntimeKey

Clave de destino que contendrá las anotaciones.

runtime
Boolean

Indica si las anotaciones especificadas son anotaciones en tiempo de ejecución.

Se aplica a