Class TenantSettingValueProvider
Inheritance
System.Object
TenantSettingValueProvider
Implements
ITransientDependency
Assembly: Volo.Abp.Settings.dll
Syntax
public class TenantSettingValueProvider : SettingValueProvider, ISettingValueProvider, ITransientDependency
Constructors
TenantSettingValueProvider(ISettingStore, ICurrentTenant)
Declaration
public TenantSettingValueProvider(ISettingStore settingStore, ICurrentTenant currentTenant)
Parameters
Fields
ProviderName
Declaration
public const string ProviderName = null
Field Value
Type |
Description |
System.String |
|
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetOrNullAsync(SettingDefinition)
Declaration
public override Task<string> GetOrNullAsync(SettingDefinition setting)
Parameters
Returns
Type |
Description |
Task<System.String> |
|
Overrides
Implements
ITransientDependency
Extension Methods