Namespace ToSic.Eav.LookUp.Sys.Engines
Interfaces
- ILookUpEngine
Resolves Configurations from LookUps. Common use is for configurable DataSources
- ILookUpEngineResolver
An object implementing this interface can provide an engine for the current context.
It's important so that code can easily ask for the current engine, but that the real implementation is dependency-injected later on, as each environment (DNN, Nop, etc.) can provide different initial engines.
Read more about this in LookUp System