Show / Hide Table of Contents

Class ImportUsersFromFileDto

Inheritance
object
ImportUsersFromFileDto
InvalidImportUsersFromFileDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
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
Type Description
string

EmailAddress

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

Name

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

Password

Declaration
public string Password { 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

UserName

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Powered by Volosoft