Class ImportUsersFromFileDto
Inheritance
ImportUsersFromFileDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class ImportUsersFromFileDto
Constructors
ImportUsersFromFileDto()
Declaration
public ImportUsersFromFileDto()
Properties
AssignedRoleNames
Declaration
public string AssignedRoleNames { get; set; }
Property Value
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods