Click or drag to resize
IAuthorityProviderGetPaging Method
分页函数

Namespace: X3Platform.Security.Authority.IDAL
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
IList<AuthorityInfo> GetPaging(
	int startIndex,
	int pageSize,
	DataQuery query,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32
开始行索引数,由0开始统计
pageSize
Type: SystemInt32
页面大小
query
Type: X3Platform.DataDataQuery

[Missing <param name="query"/> documentation for "M:X3Platform.Security.Authority.IDAL.IAuthorityProvider.GetPaging(System.Int32,System.Int32,X3Platform.Data.DataQuery,System.Int32@)"]

rowCount
Type: SystemInt32
记录行数

Return Value

Type: IListAuthorityInfo
返回一个列表
See Also