Class TimeZoneSettingGroupViewComponent
Inheritance
TimeZoneSettingGroupViewComponent
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
public class TimeZoneSettingGroupViewComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
TimeZoneSettingGroupViewComponent()
Declaration
public TimeZoneSettingGroupViewComponent()
Fields
TimezoneSettings
Declaration
protected TimeZoneSettingGroupViewComponent.UpdateTimezoneSettingsViewModel TimezoneSettings
Field Value
Properties
TimeZoneSettingsAppService
Declaration
[Inject]
protected ITimeZoneSettingsAppService TimeZoneSettingsAppService { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
OnSelectedValueChangedAsync(string)
Declaration
protected virtual Task OnSelectedValueChangedAsync(string timezone)
Parameters
Type |
Name |
Description |
string |
timezone |
|
Returns
UpdateSettingsAsync()
Declaration
protected virtual Task UpdateSettingsAsync()
Returns
Implements
Extension Methods