Interface IPagedResult<T>
This interface is defined to standardize to return a page of items to clients.
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IPagedResult<T> : IListResult<T>, IHasTotalCount
Type Parameters
Name | Description |
---|---|
T | Type of the items in the Items list |