Class ProfileDto
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class ProfileDto : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
ProfileDto()
Declaration
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
HasPassword
Declaration
public bool HasPassword { get; set; }
Property Value
IsExternal
Declaration
public bool IsExternal { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
SupportsMultipleTimezone
Declaration
public bool SupportsMultipleTimezone { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
Timezone
Declaration
public string Timezone { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods