Show / Hide Table of Contents

Class AccountSettingsDto

Inheritance
object
AccountSettingsDto
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
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public class AccountSettingsDto

Constructors

AccountSettingsDto()

Declaration
public AccountSettingsDto()

Properties

EnableLocalLogin

Declaration
public bool EnableLocalLogin { get; set; }
Property Value
Type Description
bool

IsSelfRegistrationEnabled

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