Compartir a través de


IComplexPropertyAddedConvention.ProcessComplexPropertyAdded Método

Definición

Se llama después de agregar una propiedad compleja a un objeto similar a un tipo.

public void ProcessComplexPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> context);
abstract member ProcessComplexPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> -> unit
Public Sub ProcessComplexPropertyAdded (propertyBuilder As IConventionComplexPropertyBuilder, context As IConventionContext(Of IConventionComplexPropertyBuilder))

Parámetros

propertyBuilder
IConventionComplexPropertyBuilder

Generador de la propiedad compleja.

context
IConventionContext<IConventionComplexPropertyBuilder>

Información adicional asociada a la ejecución de la convención.

Se aplica a