Class SerializablePagedList<T>
Inheritance
SerializablePagedList<T>
Assembly: DotNetNuke.dll
Syntax
public class SerializablePagedList<T>
Type Parameters
Constructors
SerializablePagedList()
Declaration
public SerializablePagedList()
Properties
Data
Declaration
public IEnumerable<T> Data { get; set; }
Property Value
IsFirstPage
Declaration
public bool IsFirstPage { get; set; }
Property Value
IsLastPage
Declaration
public bool IsLastPage { get; set; }
Property Value
PageCount
Declaration
public int PageCount { get; set; }
Property Value
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
PageSize
Declaration
public int PageSize { get; set; }
Property Value
TotalCount
Declaration
public int TotalCount { get; set; }
Property Value
Extension Methods