- Namespace:
- Microsoft.Extensions.DependencyInjection
- Assembly:
- Redakt.ContentManagement.dll
This type contains the following members.
public static class ServiceCollectionExtensions
- Inheritance:
- ObjectServiceCollectionExtensions
Extension Methods
ReplaceScoped<TService, TImplementation>(IServiceCollection) |
|
ReplaceScoped(IServiceCollection, Type, Type) |
|
ReplaceSingleton<TService, TImplementation>(IServiceCollection) |
|
ReplaceSingleton(IServiceCollection, Type, Type) |
|
ReplaceTransient<TService, TImplementation>(IServiceCollection) |
|
ReplaceTransient(IServiceCollection, Type, Type) |
|
TryAppendScoped(IServiceCollection, Type, Type) |
|
TryAppendScoped<TService, TImplementation>(IServiceCollection) |
|
TryAppendSingleton(IServiceCollection, Type, Type) |
|
TryAppendSingleton<TService, TImplementation>(IServiceCollection) |
|
TryAppendTransient(IServiceCollection, Type, Type) |
|
TryAppendTransient<TService, TImplementation>(IServiceCollection) |
|
TryConfigureOptions<TService, TImplementation>(IServiceCollection) |
|