Interface IHasTotalCount
This interface is defined to standardize to set "Total Count of Items" to a DTO.
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IHasTotalCount
Properties
TotalCount
Total count of Items.
Declaration
long TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |