Class PagingInfo
Implements
Inherited Members
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class PagingInfo : IPagingInfo
Constructors
PagingInfo()
Declaration
public PagingInfo()
Properties
PageNo
Declaration
public int PageNo { get; set; }
Property Value
Type | Description |
---|---|
int |
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalPages
Declaration
public int TotalPages { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalRecords
Declaration
public int TotalRecords { get; set; }
Property Value
Type | Description |
---|---|
int |