INavigationAddedConvention Interface

Definition

Represents an operation that should be performed when a navigation is added to the entity type.

public interface INavigationAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type INavigationAddedConvention = interface
    interface IConvention
Public Interface INavigationAddedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessNavigationAdded(IConventionNavigationBuilder, IConventionContext<IConventionNavigationBuilder>)

Called after a navigation is added to the entity type.

ProcessNavigationAdded(IConventionRelationshipBuilder, IConventionNavigation, IConventionContext<IConventionNavigation>)

Called after a navigation is added to the entity type.

Applies to