Freigeben über


IComplexPropertyRemovedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn eine komplexe Eigenschaft aus einem typähnlichen Objekt entfernt wird.

public interface IComplexPropertyRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyRemovedConvention = interface
    interface IConvention
Public Interface IComplexPropertyRemovedConvention
Implements IConvention
Implementiert

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessComplexPropertyRemoved(IConventionTypeBaseBuilder, IConventionComplexProperty, IConventionContext<IConventionComplexProperty>)

Wird aufgerufen, nachdem eine komplexe Eigenschaft aus einem typähnlichen Objekt entfernt wurde.

Gilt für: