Class TimeZoneSettingGroupViewComponent
Inheritance
TimeZoneSettingGroupViewComponent
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
public class TimeZoneSettingGroupViewComponent : AbpViewComponent
Constructors
TimeZoneSettingGroupViewComponent(ITimeZoneSettingsAppService)
Declaration
public TimeZoneSettingGroupViewComponent(ITimeZoneSettingsAppService timeZoneSettingsAppService)
Parameters
Properties
TimeZoneSettingsAppService
Declaration
protected ITimeZoneSettingsAppService TimeZoneSettingsAppService { get; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods