Interface 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
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ILookUpEngineResolver : IHasLog
- Inherited Members
Methods
GetLookUpEngine(int)
Get the engine for the current execution instance.
ILookUpEngine GetLookUpEngine(int moduleId)
Parameters
moduleId
intThe instance ID - should be 0 if unknown