Class PagingInfo
Inheritance
System.Object
PagingInfo
Assembly: DotNetNuke.dll
Syntax
public class PagingInfo : object, IPagingInfo
Properties
|
Improve this Doc
View Source
PageNo
Declaration
public int PageNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalPages
Declaration
public int TotalPages { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalRecords
Declaration
public int TotalRecords { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Extension Methods