Show / Hide Table of Contents

Class PagingInfo

Inheritance
object
PagingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class PagingInfo

Constructors

PagingInfo(int, int)

Declaration
public PagingInfo(int pageNumber, int pageSize)
Parameters
Type Name Description
int pageNumber
int pageSize

Properties

FirstRow

Declaration
public int FirstRow { get; }
Property Value
Type Description
int

IsLastPage

Declaration
public bool IsLastPage { get; }
Property Value
Type Description
bool

LastRow

Declaration
public int LastRow { get; }
Property Value
Type Description
int

PageNumber

Declaration
public int PageNumber { get; }
Property Value
Type Description
int

PageSize

Declaration
public int PageSize { get; }
Property Value
Type Description
int

TotalPages

Declaration
public int TotalPages { get; }
Property Value
Type Description
int

TotalRows

Declaration
public int TotalRows { get; }
Property Value
Type Description
int

Methods

UpdatePageResults(int, int, int, int)

Declaration
public void UpdatePageResults(int firstRow, int lastRow, int totalRows, int totalPages)
Parameters
Type Name Description
int firstRow
int lastRow
int totalRows
int totalPages

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS