Compartilhar via


ISkipNavigationInverseChangedConvention Interface

Definição

Representa uma operação que deve ser executada quando um inverso de navegação de ignorar é alterado.

public interface ISkipNavigationInverseChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationInverseChangedConvention = interface
    interface IConvention
Public Interface ISkipNavigationInverseChangedConvention
Implements IConvention
Derivado
Implementações

Comentários

Consulte Convenções de criação de modelo para obter mais informações e exemplos.

Métodos

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

Chamado depois que um inverso de navegação de ignorar é alterado.

Aplica-se a