Show / Hide Table of Contents

Class IdentityUserSettingsDto

Inheritance
object
IdentityUserSettingsDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserSettingsDto

Constructors

IdentityUserSettingsDto()

Declaration
public IdentityUserSettingsDto()

Properties

IsEmailUpdateEnabled

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

IsUserNameUpdateEnabled

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