Class PaginationInfo
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class PaginationInfo
Properties
ItemCount
Declaration
public long ItemCount { get; set; }
Property Value
Type | Description |
---|---|
long |
PageCount
Declaration
public long PageCount { get; set; }
Property Value
Type | Description |
---|---|
long |
PageIndex
Declaration
public long PageIndex { get; set; }
Property Value
Type | Description |
---|---|
long |
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |