Interface ISkipNavigationAddedConvention
- Namespace
- Microsoft.EntityFrameworkCore.Metadata.Conventions
- Assembly
- Microsoft.EntityFrameworkCore.dll
Represents an operation that should be performed when a skip navigation is added to the entity type.
public interface ISkipNavigationAddedConvention : IConvention
Remarks
See Model building conventions for more information and examples.
Methods
ProcessSkipNavigationAdded(IConventionSkipNavigationBuilder, IConventionContext<IConventionSkipNavigationBuilder>)
Called after a skip navigation is added to the entity type.
void ProcessSkipNavigationAdded(IConventionSkipNavigationBuilder skipNavigationBuilder, IConventionContext<IConventionSkipNavigationBuilder> context)
Parameters
skipNavigationBuilder
IConventionSkipNavigationBuilderThe builder for the skip navigation.
context
IConventionContext<IConventionSkipNavigationBuilder>Additional information associated with convention execution.