AuthorityServiceGetPaging Method |
分页函数
Namespace: X3Platform.Security.Authority.BLLAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<AuthorityInfo> GetPaging(
int startIndex,
int pageSize,
DataQuery query,
out int rowCount
)
public:
virtual IList<AuthorityInfo^>^ GetPaging(
int startIndex,
int pageSize,
DataQuery^ query,
[OutAttribute] int% rowCount
) sealed
Parameters
- startIndex
- Type: SystemInt32
开始行索引数,由0开始统计 - pageSize
- Type: SystemInt32
页面大小 - query
- Type: X3Platform.DataDataQuery
数据查询参数 - rowCount
- Type: SystemInt32
行数
Return Value
Type:
IListAuthorityInfo返回一个
AuthorityInfo列表实例
Implements
IAuthorityServiceGetPaging(Int32, Int32, DataQuery, Int32)
See Also