Class UserLookupSearchInputDto
Inheritance
UserLookupSearchInputDto
Assembly: Volo.Abp.Identity.Application.Contracts.dll
public class UserLookupSearchInputDto : ExtensiblePagedAndSortedResultRequestDto, IHasExtraProperties, IEntityDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
Declaration
public UserLookupSearchInputDto()
Properties
Declaration
public string Filter { get; set; }
Property Value
Declaration
public string Sorting { get; set; }
Property Value
Implements
Extension Methods