Show / Hide Table of Contents

Class ProfileDto

Inheritance
object
ProfileDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class ProfileDto : ExtensibleObject, IHasConcurrencyStamp

Constructors

ProfileDto()

Declaration
public ProfileDto()

Properties

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

EmailConfirmed

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

HasPassword

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

IsExternal

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PhoneNumber

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
string

PhoneNumberConfirmed

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

SupportsMultipleTimezone

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

Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
string

Timezone

Declaration
public string Timezone { get; set; }
Property Value
Type Description
string

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft