Class ServiceCollectionDynamicOptionsManagerExtensions
Inheritance
object
ServiceCollectionDynamicOptionsManagerExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ServiceCollectionDynamicOptionsManagerExtensions
Methods
AddAbpDynamicOptions<TOptions, TManager>(IServiceCollection)
Declaration
public static IServiceCollection AddAbpDynamicOptions<TOptions, TManager>(this IServiceCollection services) where TOptions : class where TManager : AbpDynamicOptionsManager<TOptions>
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection |
Type Parameters
| Name | Description |
|---|---|
| TOptions | |
| TManager |