Class RegisterDto
Inheritance
System.Object
RegisterDto
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class RegisterDto : object
Properties
AppName
Declaration
public string AppName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods