Interface ILimitedResultRequest
This interface is defined to standardize to request a limited result.
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface ILimitedResultRequest
Properties
MaxResultCount
Maximum result count should be returned. This is generally used to limit result count on paging.
Declaration
int MaxResultCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |