Show / Hide Table of Contents

Class SerializablePagedList<T>

Inheritance
object
SerializablePagedList<T>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Collections
Assembly: DotNetNuke.dll
Syntax
public class SerializablePagedList<T>
Type Parameters
Name Description
T

Constructors

SerializablePagedList()

Declaration
public SerializablePagedList()

Properties

Data

Declaration
public IEnumerable<T> Data { get; set; }
Property Value
Type Description
IEnumerable<T>

IsFirstPage

Declaration
public bool IsFirstPage { get; set; }
Property Value
Type Description
bool

IsLastPage

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

PageCount

Declaration
public int PageCount { get; set; }
Property Value
Type Description
int

PageIndex

Declaration
public int PageIndex { get; set; }
Property Value
Type Description
int

PageSize

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

TotalCount

Declaration
public int TotalCount { get; set; }
Property Value
Type Description
int

Extension Methods

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