Class TestLdapSettingValueProvider
Inheritance
object
TestLdapSettingValueProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Ldap
Assembly: Volo.Abp.Ldap.Tests.dll
Syntax
public class TestLdapSettingValueProvider : ISettingValueProvider, ITransientDependency
Constructors
TestLdapSettingValueProvider()
Declaration
public TestLdapSettingValueProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "Test"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetAllAsync(SettingDefinition[])
Declaration
public Task<List<SettingValue>> GetAllAsync(SettingDefinition[] settings)
Parameters
| Type | Name | Description |
|---|---|---|
| SettingDefinition[] | settings |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><System.Collections.Generic.List<T><SettingValue>> |
GetOrNullAsync(SettingDefinition)
Declaration
public Task<string> GetOrNullAsync(SettingDefinition setting)
Parameters
| Type | Name | Description |
|---|---|---|
| SettingDefinition | setting |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |