Show / Hide Table of Contents

Class AbpOptionsFactory<TOptions>

Inheritance
System.Object
AbpOptionsFactory<TOptions>
AbpAbpLdapOptionsFactory
Namespace: Volo.Abp.Options
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpOptionsFactory<TOptions> : IOptionsFactory<TOptions> where TOptions : class, new()
Type Parameters
Name Description
TOptions

Constructors

AbpOptionsFactory(IEnumerable<IConfigureOptions<TOptions>>, IEnumerable<IPostConfigureOptions<TOptions>>)

Declaration
public AbpOptionsFactory(IEnumerable<IConfigureOptions<TOptions>> setups, IEnumerable<IPostConfigureOptions<TOptions>> postConfigures)
Parameters
Type Name Description
IEnumerable<IConfigureOptions<TOptions>> setups
IEnumerable<IPostConfigureOptions<TOptions>> postConfigures

Methods

Create(String)

Declaration
public virtual TOptions Create(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
TOptions

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft