Show / Hide Table of Contents

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
IServiceCollection services
Returns
Type Description
IServiceCollection
Type Parameters
Name Description
TOptions
TManager
In this article
Back to top Powered by Volosoft