Class ImportUsersFromFileOutput
Inheritance
ImportUsersFromFileOutput
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
FailedCount
Declaration
public int FailedCount { get; set; }
Property Value
InvalidUsersDownloadToken
Declaration
public string InvalidUsersDownloadToken { get; set; }
Property Value
IsAllSucceeded
Declaration
public bool IsAllSucceeded { get; }
Property Value
SucceededCount
Declaration
public int SucceededCount { get; set; }
Property Value
Extension Methods