Condividi tramite


ComplexTypeAttributeConvention.ProcessComplexPropertyAdded Metodo

Definizione

Chiamato dopo l'aggiunta di una proprietà complessa a un oggetto simile al tipo.

public override void ProcessComplexPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> context);
override this.ProcessComplexPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> -> unit
Public Overrides 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.

Implementazioni

Si applica a