Class AccountSettingGroupViewComponent
Inheritance
AccountSettingGroupViewComponent
Assembly: Volo.Abp.Account.Pro.Admin.Web.dll
Syntax
public class AccountSettingGroupViewComponent : AbpViewComponent
Constructors
AccountSettingGroupViewComponent(IAccountSettingsAppService, IFeatureChecker)
Declaration
public AccountSettingGroupViewComponent(IAccountSettingsAppService accountSettingsAppService, IFeatureChecker featureChecker)
Parameters
Properties
AccountSettingsAppService
Declaration
protected IAccountSettingsAppService AccountSettingsAppService { get; }
Property Value
FeatureChecker
Declaration
protected IFeatureChecker FeatureChecker { get; }
Property Value
SettingsViewModel
Declaration
public AccountSettingGroupViewComponent.AccountSettingsViewModel SettingsViewModel { get; set; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods