Show / Hide Table of Contents

Class UserLookupSearchInputDto

Inheritance
object
UserLookupSearchInputDto
Implements
ISortedResultRequest
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class UserLookupSearchInputDto : ExtensiblePagedResultRequestDto, ISortedResultRequest

Constructors

UserLookupSearchInputDto()

Declaration
public UserLookupSearchInputDto()

Properties

Filter

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

Sorting

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

Implements

Volo.Abp.Application.Dtos.ISortedResultRequest
In this article
Back to top Powered by Volosoft