Class TimeZoneSettingsClientProxy
Inherited Members
Namespace: Volo.Abp.SettingManagement
Assembly: Volo.Abp.SettingManagement.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(ITimeZoneSettingsAppService), typeof(TimeZoneSettingsClientProxy) })]
public class TimeZoneSettingsClientProxy : ClientProxyBase<ITimeZoneSettingsAppService>, ITransientDependency, ITimeZoneSettingsAppService, IApplicationService, IRemoteService
Constructors
TimeZoneSettingsClientProxy()
Declaration
public TimeZoneSettingsClientProxy()
Methods
GetAsync()
Declaration
public virtual Task<string> GetAsync()
Returns
Type | Description |
---|---|
Task<string> |
GetTimezonesAsync()
Declaration
public virtual Task<List<NameValue>> GetTimezonesAsync()
Returns
Type | Description |
---|---|
Task<List<NameValue>> |
UpdateAsync(string)
Declaration
public virtual Task UpdateAsync(string timezone)
Parameters
Type | Name | Description |
---|---|---|
string | timezone |
Returns
Type | Description |
---|---|
Task |