Class AccountSettingGroupViewComponent.AccountSettingsViewModel
Inheritance
AccountSettingGroupViewComponent.AccountSettingsViewModel
Assembly: Volo.Abp.Account.Pro.Admin.Web.dll
Syntax
public class AccountSettingGroupViewComponent.AccountSettingsViewModel
Constructors
AccountSettingsViewModel()
Declaration
public AccountSettingsViewModel()
Properties
AccountExternalProviderSettings
Declaration
public AccountExternalProviderSettingsDto AccountExternalProviderSettings { get; set; }
Property Value
AccountRecaptchaSettings
Declaration
public AccountRecaptchaSettingsDto AccountRecaptchaSettings { get; set; }
Property Value
AccountSettings
Declaration
public AccountSettingsDto AccountSettings { get; set; }
Property Value
AccountTwoFactorSettings
Declaration
public AccountTwoFactorSettingsDto AccountTwoFactorSettings { get; set; }
Property Value
Extension Methods