Show / Hide Table of Contents

Class ImportUsersFromFileOutput

Inheritance
object
ImportUsersFromFileOutput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
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 ImportUsersFromFileOutput

Constructors

ImportUsersFromFileOutput()

Declaration
public ImportUsersFromFileOutput()

Properties

AllCount

Declaration
public int AllCount { get; set; }
Property Value
Type Description
int

FailedCount

Declaration
public int FailedCount { get; set; }
Property Value
Type Description
int

InvalidUsersDownloadToken

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

IsAllSucceeded

Declaration
public bool IsAllSucceeded { get; }
Property Value
Type Description
bool

SucceededCount

Declaration
public int SucceededCount { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by Volosoft