Click or drag to resize
PagingHelper Class
分页数据辅助类
Inheritance Hierarchy
SystemObject
  X3Platform.UtilPagingHelper

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class PagingHelper

The PagingHelper type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberCreate(String)
根据Xml字符串创建对象
Public methodStatic memberCreate(String, String)
根据Xml字符串创建对象
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Top
Fields
  NameDescription
Public fieldm_FirstPage
Top
Properties
  NameDescription
Public propertyCurrentPage
当前页
Public propertyFirstPage
首页
Public propertyLastPage
末页
Public propertyNextPage
下页
Public propertyOrderBy Obsolete.
SQL 排序规则
Public propertyPageCount
页数统计
Public propertyPageSize
每页显示行数
Public propertyPreviousPage
Public propertyQuery
数据查询对象
Public propertyRowCount
行数统计.
Public propertyRowIndex
行索引号
Public propertyWhereClause Obsolete.
SQL 查询条件
Top
See Also