Class PagedResultDto<T>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public class PagedResultDto<T> : ListResultDto<T>, IPagedResult<T>, IListResult<T>, IHasTotalCount
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
PagedResultDto()
Declaration
public PagedResultDto()
PagedResultDto(long, IReadOnlyList<T>)
Declaration
public PagedResultDto(long totalCount, IReadOnlyList<T> items)
Parameters
| Type | Name | Description |
|---|---|---|
| long | totalCount | |
| System.Collections.Generic.IReadOnlyList<T><T> | items |
Properties
TotalCount
Declaration
public long TotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |