Show / Hide Table of Contents

Class PagingInfo

Inheritance
object
PagingInfo
Implements
IPagingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IPagingInfo

Extension Methods

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