IComplexPropertyAddedConvention.ProcessComplexPropertyAdded Metoda

Definicja

Wywoływana po dodaniu właściwości złożonej do obiektu przypominającego typ.

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))

Parametry

propertyBuilder
IConventionComplexPropertyBuilder

Konstruktor dla złożonej właściwości.

context
IConventionContext<IConventionComplexPropertyBuilder>

Dodatkowe informacje skojarzone z wykonywaniem konwencji.

Dotyczy