Inheritance
System.Object
PagerModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Constructors
Declaration
public PagerModel(long totalCount, int shownItemsCount, int currentPage, int pageSize, string pageUrl, string sort = null)
Parameters
Type |
Name |
Description |
System.Int64 |
totalCount |
|
System.Int32 |
shownItemsCount |
|
System.Int32 |
currentPage |
|
System.Int32 |
pageSize |
|
System.String |
pageUrl |
|
System.String |
sort |
|
Properties
Declaration
public int CurrentPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int NextPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<PageItem> Pages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<PageItem> |
|
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int PreviousPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ShowingFrom { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ShowingTo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ShownItemsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Sort { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long TotalItemsCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public int TotalPageCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods