Show / Hide Table of Contents

Class UpdateProfileDto

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

Constructors

UpdateProfileDto()

Declaration
public UpdateProfileDto()

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

Name

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

PhoneNumber

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

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
[Required]
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