AddKeyedScoped(IServiceCollection, Type, Object)
|
serviceType 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedScoped(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
implementationFactory 에 지정된 팩터리가 있는 serviceType 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedScoped(IServiceCollection, Type, Object, Type)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedScoped<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 범위 서비스를 지정된 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)
|
implementationInstance 에 지정된 인스턴스가 있는 serviceType 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton(IServiceCollection, Type, Object, Type)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton<TService>(IServiceCollection, Object)
|
TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
implementationFactory 에 지정된 팩터리가 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedSingleton<TService>(IServiceCollection, Object, TService)
|
implementationInstance 에 지정된 인스턴스가 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedTransient(IServiceCollection, Type, Object)
|
serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedTransient(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
implementationFactory 에 지정된 팩터리가 있는 serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedTransient(IServiceCollection, Type, Object, Type)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddKeyedTransient<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 임시 서비스를 지정된 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)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddScoped<TService,TImplementation>(IServiceCollection)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 범위 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddScoped<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 범위 서비스를 지정된 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)
|
implementationInstance 에 지정된 인스턴스가 있는 serviceType 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton(IServiceCollection, Type, Type)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton<TService,TImplementation>(IServiceCollection)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton<TService>(IServiceCollection)
|
TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
implementationFactory 에 지정된 팩터리가 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddSingleton<TService>(IServiceCollection, TService)
|
implementationInstance 에 지정된 인스턴스가 있는 TService 에 지정된 형식의 싱글톤 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient(IServiceCollection, Type)
|
serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
implementationFactory 에 지정된 팩터리가 있는 serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient(IServiceCollection, Type, Type)
|
implementationType 에 지정된 형식의 구현이 있는 serviceType 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient<TService,TImplementation>(IServiceCollection)
|
TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
implementationFactory 에 지정된 팩터리를 사용하여 TImplementation 에 지정된 구현 형식이 있는 TService 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient<TService>(IServiceCollection)
|
TService 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|
AddTransient<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
implementationFactory 에 지정된 팩터리가 있는 TService 에 지정된 형식의 임시 서비스를 지정된 IServiceCollection에 추가합니다.
|