Class PagingInfo
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
public class PagingInfo
- Inheritance
-
PagingInfo
- Inherited Members
Constructors
PagingInfo(int, int, int)
public PagingInfo(int pageIndex, int pageSize, int itemCount)
Parameters
PagingInfo(int, int, int, int, bool, bool)
public PagingInfo(int pageIndex, int pageSize, int itemCount, int pageCount, bool hasPrevious, bool hasNext)
Parameters
Properties
HasNext
public bool HasNext { get; set; }
Property Value
HasPrevious
public bool HasPrevious { get; set; }
Property Value
ItemCount
public int ItemCount { get; set; }
Property Value
PageCount
public int PageCount { get; set; }
Property Value
PageIndex
public int PageIndex { get; set; }
Property Value
PageSize
public int PageSize { get; set; }