Class GetIdentityUsersInput
Inheritance
GetIdentityUsersInput
Assembly: Volo.Abp.Identity.Application.Contracts.dll
public class GetIdentityUsersInput : ExtensiblePagedAndSortedResultRequestDto, IHasExtraProperties, IEntityDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
Declaration
public GetIdentityUsersInput()
Properties
Declaration
public string EmailAddress { get; set; }
Property Value
Declaration
public bool? EmailConfirmed { get; set; }
Property Value
Declaration
public string Filter { get; set; }
Property Value
Declaration
public bool? IsExternal { get; set; }
Property Value
Declaration
public bool? IsLockedOut { get; set; }
Property Value
Declaration
public DateTime? MaxCreationTime { get; set; }
Property Value
Declaration
public DateTime? MaxModifitionTime { get; set; }
Property Value
Declaration
public DateTime? MinCreationTime { get; set; }
Property Value
Declaration
public DateTime? MinModifitionTime { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool? NotActive { get; set; }
Property Value
Declaration
public Guid? OrganizationUnitId { get; set; }
Property Value
Declaration
public string PhoneNumber { get; set; }
Property Value
Declaration
public Guid? RoleId { get; set; }
Property Value
Declaration
public string Surname { get; set; }
Property Value
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods