Compartir a través de


ISkipNavigationInverseChangedConvention Interfaz

Definición

Representa una operación que se debe realizar cuando se cambia un omisión de navegación inversa.

public interface ISkipNavigationInverseChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationInverseChangedConvention = interface
    interface IConvention
Public Interface ISkipNavigationInverseChangedConvention
Implements IConvention
Derivado
Implementaciones

Comentarios

Consulte Convenciones de creación de modelos para obtener más información y ejemplos.

Métodos

ProcessSkipNavigationInverseChanged(IConventionSkipNavigationBuilder, IConventionSkipNavigation, IConventionSkipNavigation, IConventionContext<IConventionSkipNavigation>)

Se llama después de cambiar un inverso de navegación de omisión.

Se aplica a