Condividi tramite


IComplexPropertyAddedConvention.ProcessComplexPropertyAdded Metodo

Definizione

Chiamato dopo l'aggiunta di una proprietà complessa a un oggetto simile al 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))

Parametri

propertyBuilder
IConventionComplexPropertyBuilder

Generatore per la proprietà complessa.

context
IConventionContext<IConventionComplexPropertyBuilder>

Informazioni aggiuntive associate all'esecuzione della convenzione.

Si applica a