Show / Hide Table of Contents

Class SettingProviderExtensions

Inheritance
System.Object
SettingProviderExtensions
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public static class SettingProviderExtensions : object

Methods

GetAsync<T>(ISettingProvider, String, T)

Declaration
public static Task<T> GetAsync<T>(this ISettingProvider settingProvider, string name, T defaultValue = default(T))

    where T : struct
Parameters
Type Name Description
ISettingProvider settingProvider
System.String name
T defaultValue
Returns
Type Description
Task<T>
Type Parameters
Name Description
T

IsTrueAsync(ISettingProvider, String)

Declaration
public static Task<bool> IsTrueAsync(this ISettingProvider settingProvider, string name)
Parameters
Type Name Description
ISettingProvider settingProvider
System.String name
Returns
Type Description
Task<System.Boolean>
Back to top Powered by Volosoft