Interface IInverseNavigationResolver
- Namespace
- JsonApiDotNetCore.Configuration
- Assembly
- JsonApiDotNetCore.dll
Responsible for populating InverseNavigationProperty. This service is instantiated in the configure phase of the application. When using a data access layer different from Entity Framework Core, you will need to implement and register this service, or set InverseNavigationProperty explicitly.
[PublicAPI]
public interface IInverseNavigationResolver
Methods
Resolve()
This method is called upon startup by JsonApiDotNetCore. It resolves inverse navigations.
void Resolve()