AddKeyedScoped(IServiceCollection, Type, Object)
|
将 serviceType 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddKeyedScoped(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定类型的范围内的服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object)
|
将 TService 中指定类型的范围内的服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的范围内的服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedScoped<TService>(IServiceCollection, Object)
|
将 TService 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddKeyedScoped<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton(IServiceCollection, Type, Object)
|
将 serviceType 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Object)
|
将 serviceType 中指定类型的单一实例服务和 implementationInstance 中指定的实例添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定类型的单一实例服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
将 TService 中指定类型的单一实例服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的单一实例服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton<TService>(IServiceCollection, Object)
|
将 TService 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddKeyedSingleton<TService>(IServiceCollection, Object, TService)
|
将 TService 中指定类型的单一实例服务和 implementationInstance 中指定的实例添加到指定的 IServiceCollection 中。
|
AddKeyedTransient(IServiceCollection, Type, Object)
|
将 serviceType 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddKeyedTransient(IServiceCollection, Type, Object, Type)
|
将 serviceType 中指定类型的暂时性服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object)
|
使用 TImplementation 中指定的中心将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的暂时性服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddKeyedTransient<TService>(IServiceCollection, Object)
|
将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddKeyedTransient<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddScoped(IServiceCollection, Type)
|
将 serviceType 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddScoped(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddScoped(IServiceCollection, Type, Type)
|
将 serviceType 中指定类型的范围内的服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddScoped<TService,TImplementation>(IServiceCollection)
|
将 TService 中指定类型的范围内的服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddScoped<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的范围内的服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddScoped<TService>(IServiceCollection)
|
将 TService 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddScoped<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的范围内的服务添加到指定的 IServiceCollection 中。
|
AddSingleton(IServiceCollection, Type)
|
将 serviceType 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddSingleton(IServiceCollection, Type, Object)
|
将 serviceType 中指定类型的单一实例服务和 implementationInstance 中指定的实例添加到指定的 IServiceCollection 中。
|
AddSingleton(IServiceCollection, Type, Type)
|
将 serviceType 中指定类型的单一实例服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddSingleton<TService,TImplementation>(IServiceCollection)
|
将 TService 中指定类型的单一实例服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的单一实例服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddSingleton<TService>(IServiceCollection)
|
将 TService 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的单一实例服务添加到指定的 IServiceCollection 中。
|
AddSingleton<TService>(IServiceCollection, TService)
|
将 TService 中指定类型的单一实例服务和 implementationInstance 中指定的实例添加到指定的 IServiceCollection 中。
|
AddTransient(IServiceCollection, Type)
|
将 serviceType 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
使用 implementationFactory 中指定的中心将 serviceType 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddTransient(IServiceCollection, Type, Type)
|
将 serviceType 中指定类型的暂时性服务和 implementationType 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddTransient<TService,TImplementation>(IServiceCollection)
|
使用 TImplementation 中指定的中心将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddTransient<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的暂时性服务和 TImplementation 中指定类型的实现添加到指定的 IServiceCollection 中。
|
AddTransient<TService>(IServiceCollection)
|
将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|
AddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
使用 implementationFactory 中指定的中心将 TService 中指定类型的暂时性服务添加到指定的 IServiceCollection 中。
|