Inheritance Hierarchy
RainWorx.FrameWorx.DTOPageT
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Page<T>
Type Parameters
- T
The PageT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PageT | Initializes a new instance of the PageT class |
![]() | PageT(IEnumerableT, Int32, Int32, Int32, String) | Initializes a new instance of the PageT class |
Properties
Name | Description | |
---|---|---|
![]() | DataTotals | |
![]() | List | |
![]() | PageIndex | |
![]() | PageSize | |
![]() | SortExpression | |
![]() | TotalItemCount | |
![]() | TotalPageCount |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also