Class DefaultValueSettingValueProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public class DefaultValueSettingValueProvider : SettingValueProvider, ISettingValueProvider, ITransientDependency
Constructors
DefaultValueSettingValueProvider(ISettingStore)
Declaration
public DefaultValueSettingValueProvider(ISettingStore settingStore)
Parameters
Type | Name | Description |
---|---|---|
ISettingStore | settingStore |
Fields
ProviderName
Declaration
public const string ProviderName = "D"
Field Value
Type | Description |
---|---|
string |
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetAllAsync(SettingDefinition[])
Declaration
public override 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>> |
Overrides
GetOrNullAsync(SettingDefinition)
Declaration
public override Task<string?> GetOrNullAsync(SettingDefinition setting)
Parameters
Type | Name | Description |
---|---|---|
SettingDefinition | setting |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><string> |