RuntimeConfiguration.SetDependencyInjectionInfo Method |
Name | Description | |
---|---|---|
![]() ![]() | SetDependencyInjectionInfo(IEnumerable<Assembly>, IEnumerable<String>) |
Sets the dependency information to use by the runtime. It will rebuild the internal DI store with the information provided.
|
![]() ![]() | SetDependencyInjectionInfo(IServiceProvider,Action<IServiceProvider, IEntityCore>[]) |
Sets the dependency information to use by the runtime, using a ServiceProvider which will provide the injectable elements at runtime.
|