| Pager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Adf
 Syntax
SyntaxThe Pager type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Pager | 
            初始化新实例
               --用法:
               var pager = new Pager();
               --数据处理
               pager.Compute('总数');
               --获取值
             | 
|  | Pager(Int32) | 
            初始化新实例
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Compute | 
            计算页序
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | 
                    用作特定类型的哈希函数。
                (Inherited from Object.) | 
|  | GetType | 
                    获取当前实例的 Type。
                (Inherited from Object.) | 
|  | MemberwiseClone | 
                    创建当前 Object 的浅表副本。
                (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LastIndex | 
            获取总页数
             | 
|  | NextIndex | 
            获取下一页索引
             | 
|  | PageIndex | 
            获取或设置索引
             | 
|  | PageSize | 
            获取或设置页大小
             | 
|  | PrevIndex | 
            获取上一页索引
             | 
|  | RecordIndex | 
            获取索引开始记录数
             | 
|  | TotalCount | 
            获取总数
             | 
 See Also
See Also