Show / Hide Table of Contents

Class AccountSettingsViewModel

Inheritance
object
AccountSettingsViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Admin.Blazor.Pages.AccountAdminSettingGroup
Assembly: Volo.Abp.Account.Pro.Admin.Blazor.dll
Syntax
public class AccountSettingsViewModel

Constructors

AccountSettingsViewModel()

Declaration
public AccountSettingsViewModel()

Properties

AccountExternalProviderSettings

Declaration
public AccountExternalProviderSettingsDto AccountExternalProviderSettings { get; set; }
Property Value
Type Description
AccountExternalProviderSettingsDto

AccountRecaptchaSettings

Declaration
public AccountRecaptchaSettingsDto AccountRecaptchaSettings { get; set; }
Property Value
Type Description
AccountRecaptchaSettingsDto

AccountSettings

Declaration
public AccountSettingsDto AccountSettings { get; set; }
Property Value
Type Description
AccountSettingsDto

AccountTwoFactorSettings

Declaration
public AccountTwoFactorSettingsDto AccountTwoFactorSettings { get; set; }
Property Value
Type Description
AccountTwoFactorSettingsDto
In this article
Back to top Powered by Volosoft