Compartir a través de


RuntimeModelConvention.ProcessTypeMappingConfigurationAnnotations Método

Definición

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

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

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

typeConfiguration
ITypeMappingConfiguration

Propiedad de origen.

runtimeTypeConfiguration
RuntimeTypeMappingConfiguration

Propiedad de destino que contendrá las anotaciones.

runtime
Boolean

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

Se aplica a