Class PagingInfo
Inheritance
System.Object
PagingInfo
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class PagingInfo : Object
Constructors
PagingInfo()
Declaration
Properties
RowsPerPage
Declaration
public int RowsPerPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string SearchInput { get; set; }
Property Value
Type |
Description |
System.String |
|
StartRow
Declaration
public int StartRow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TotalRowCount
Declaration
public int TotalRowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|